change to port 5001 as 5000 conflicts on macos with ControlCenter

This commit is contained in:
Scott Usnick
2022-05-19 19:03:31 -04:00
parent a799f9b9c9
commit 23546468bc
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@
},
"homepage": "./",
"scripts": {
"start": "cross-env ELECTRON_START_URL=http://localhost:5000 DEVMODE=1 electron .",
"start": "cross-env ELECTRON_START_URL=http://localhost:5001 DEVMODE=1 electron .",
"start:local": "cross-env electron .",
"dist": "electron-builder",
"build": "cd ../packages/api && yarn build && cd ../web && yarn build && cd ../../app && yarn dist",