Skip to content

Commit

Permalink
Fix local dev routes
Browse files Browse the repository at this point in the history
after migrating from 2 package structure in #1397
  • Loading branch information
hovancik committed Nov 20, 2023
1 parent 0c006da commit 932121a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"node": "18.17.1"
},
"scripts": {
"start": "electron ./app",
"dev": "cross-env NODE_ENV=development electron ./app --trace-warnings --trace-deprecation --enable-logging --remote-debugging-port=9222",
"start": "electron .",
"dev": "cross-env NODE_ENV=development electron . --trace-warnings --trace-deprecation --enable-logging --remote-debugging-port=9222",
"postinstall": "electron-builder install-app-deps",
"pack": "electron-builder build --dir",
"dist": "electron-builder build --x64 --ia32",
Expand Down

0 comments on commit 932121a

Please sign in to comment.