Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
chore: bump sirv-cli version; (#278)
Browse files Browse the repository at this point in the history
* chore: bump `sirv-cli` version;

- Closes #181
- Closes #184
- Closes #277

* chore: update readme port
  • Loading branch information
lukeed committed Jan 6, 2022
1 parent 4fd09c2 commit 8d350b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ npm install
npm run dev
```

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.
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.

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`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,6 +18,6 @@
"svelte": "^3.0.0"
},
"dependencies": {
"sirv-cli": "^1.0.0"
"sirv-cli": "^2.0.0"
}
}

0 comments on commit 8d350b6

Please sign in to comment.