init项目
This commit is contained in:
13
electron/config/nodemon.json
Normal file
13
electron/config/nodemon.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"watch": [
|
||||
"electron/",
|
||||
"main.js"
|
||||
],
|
||||
"ignore": [],
|
||||
"ext": "js,json",
|
||||
"verbose": true,
|
||||
"exec": "electron . --env=local --hot-reload=1",
|
||||
"restartable": "hr",
|
||||
"colours": true,
|
||||
"events": {}
|
||||
}
|
||||
Reference in New Issue
Block a user