Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f26906

Browse files
committed
Force the use of port 8080.
1 parent 03da071 commit 0f26906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"build": "NODE_ENV=production rollup -c",
66
"dev": "rollup -c -w",
7-
"start": "sirv public",
7+
"start": "sirv public --no-clear --port 8080",
88
"validate": "svelte-check"
99
},
1010
"devDependencies": {

0 commit comments

Comments
 (0)