[chore] update bin

This commit is contained in:
gaoshuaixing
2025-01-17 13:26:45 +08:00
parent b12cb2f812
commit 36e569e2f6

View File

@@ -18,7 +18,7 @@ module.exports = {
directory: './',
cmd: 'electron',
args: ['.', '--env=local'],
watch: true,
watch: false,
}
},
@@ -149,6 +149,10 @@ module.exports = {
'./public/electron/**/*.(js|json)',
],
cleanFiles: ['./public/electron'],
specificFiles: [
'./public/electron/main.js',
'./public/electron/preload/bridge.js',
],
confusionOptions: {
compact: true,
stringArray: true,