Skip to content

Commit

Permalink
run development server on wildcard host instead of only localhost (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav87 authored Sep 10, 2024
1 parent 4e5594f commit 1cc4fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "vite -d",
"dev": "vite -d --host 0.0.0.0",
"serve:prod": "yarn run build:prod && http-server ./dist",
"build:prod": "yarn run generate-locales && rimraf ./dist && vite build",
"serve:dev": "yarn run build:dev && http-server ./dist",
Expand Down

0 comments on commit 1cc4fa3

Please sign in to comment.