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

Skip to content

Commit 073138b

Browse files
authored
Merge pull request pyscript#2 from anaconda/default-port
Force the use of port 8080.
2 parents 5ec8569 + 0f26906 commit 073138b

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)