mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-17 02:06:39 +00:00
* Fix docker volume lock issue by altering asset cleanup method Modified build process to prevent the deletion of the output directory. * Add fsOps utility for filesystem operations * Use cleanDirectory in build process to fix volume lock issue * applied prettier * handle ENOENT error when output dir does not exist * remove native function in favor of rimraf * use path.join to concatenate paths