This commit is contained in:
Rizky 2024-09-02 16:30:35 +07:00
parent 62ea85b44c
commit d68c53d318
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ if (build_all) {
dir.data(`static-temp`),
];
console.log(args);
let build_static =
process.argv[process.argv.length - 1] === "public" ? false : true;