Skip to content

Commit

Permalink
add dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
IrosTheBeggar committed Dec 21, 2024
1 parent af37b83 commit 7c115b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"start": "node cli-boot-wrapper.js",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"wizard": "npm install --only=prod && node cli-boot-wrapper.js"
"wizard": "npm install --only=prod && node cli-boot-wrapper.js",
"dev": "node --watch-path=./src cli-boot-wrapper.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7c115b2

Please sign in to comment.