chore: disable ghostMode in esbuild configuration

This commit is contained in:
2025-07-01 12:53:12 +00:00
parent b4204da0a4
commit 4bbbfc5fee
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@@ -127,5 +127,6 @@ module.exports = {
},
open: false,
// logLevel: "debug",
ghostMode: false,
},
}