[feat] support windows hotreload for demo

This commit is contained in:
gaoshuaixing
2025-01-17 15:48:14 +08:00
parent 36e569e2f6
commit e9c2216520
2 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -45,15 +45,15 @@
"@types/node": "^20.16.0",
"cross-env": "^7.0.3",
"debug": "^4.4.0",
"ee-bin": "^4.0.0",
"ee-bin": "^4.0.1",
"electron": "^31.7.6",
"electron-builder": "^25.1.8",
"typescript": "^5.4.2"
},
"dependencies": {
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"better-sqlite3": "^11.7.0",
"dayjs": "^1.11.13",
"ee-core": "^4.0.0",
"electron-updater": "^6.3.8"
}