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

@@ -4,7 +4,7 @@
"scripts": {
"build": "rollup -c",
"dev": "cross-env API_URL=http://localhost:3000 rollup -c -w",
"start": "sirv public",
"start": "sirv public --port 5001",
"validate": "svelte-check",
"prepublishOnly": "yarn build"
},