Skip to content

Commit

Permalink
Merge pull request #2 from anaconda/default-port
Browse files Browse the repository at this point in the history
Force the use of port 8080.
  • Loading branch information
fpliger committed Apr 1, 2022
2 parents 5ec8569 + 0f26906 commit 073138b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscriptjs/package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 073138b

Please sign in to comment.