[chore] some

This commit is contained in:
gaoshuaixing
2025-03-21 18:32:17 +08:00
parent 9c485138c9
commit b7a2c3e7db
2 changed files with 5 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ module.exports = {
electron: {
directory: './',
cmd: 'electron',
args: ['.', '--env=local'],
args: ['.', '--env=local', '--debuger=false'],
watch: true,
delay: 1000,
}