Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit 8360ca0

Browse files
lukeedsmarlhens
authored andcommitted
chore: bump sirv-cli version; (#278)
* chore: bump `sirv-cli` version; - Closes #181 - Closes #184 - Closes #277 * chore: update readme port
1 parent f4653dd commit 8360ca0

File tree

3 files changed

+56
-59
lines changed

3 files changed

+56
-59
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ npm install
4949
npm run dev
5050
```
5151

52-
Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.
52+
Navigate to [localhost:8080](http://localhost:8080). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.
5353

5454
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the `sirv` commands in package.json to include the option `--host 0.0.0.0`.
5555

package-lock.json

Lines changed: 54 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"svelte": "3.44.3"
3838
},
3939
"dependencies": {
40-
"sirv-cli": "1.0.14"
40+
"sirv-cli": "^2.0.0"
4141
},
4242
"engines": {
4343
"node": ">=12.13.0"

0 commit comments

Comments
 (0)