Skip to content

Commit fdcafce

Browse files
amtinsjboix
authored andcommitted
chore(npm): expose host to local network
- add `--host` flag to the `start` script
1 parent c1b6a4b commit fdcafce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"outdated": "npm outdated",
4242
"prebuild": "rimraf dist",
4343
"release:ci": "semantic-release",
44-
"start": "vite --port 6969 --open",
44+
"start": "vite --host --port 6969 --open",
4545
"stylelint": "stylelint **/*.scss --custom-syntax --allow-empty-input",
4646
"stylelint:fix": "stylelint **/*.scss --fix",
4747
"test": "jest --verbose",

0 commit comments

Comments
 (0)