Merge branch 'staging-render' into develop

This commit is contained in:
Andrey Antukh committed 2025-12-30 15:30:56 +01:00
commit 52b8560b70
17 files changed
+186 -116

No files matched your search

+1 -1
View File
@@ -74,7 +74,7 @@ export function isJsFile(path) {
export async function compileSass(worker, path, options) {
path = ph.resolve(path);
log.info("compile:", path);
// log.info("compile:", path);
return worker.exec("compileSass", [path, options]);
}