mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-06-10 03:07:32 +08:00
[chore] update bin
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user