1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

Force the use of port 8080.

This commit is contained in:
Russell Keith-Magee
2022-04-01 13:22:48 +08:00
parent 03da071a63
commit 0f269062af

View File

@@ -4,7 +4,7 @@
"scripts": {
"build": "NODE_ENV=production rollup -c",
"dev": "rollup -c -w",
"start": "sirv public",
"start": "sirv public --no-clear --port 8080",
"validate": "svelte-check"
},
"devDependencies": {