Skip to content
Snippets Groups Projects
Commit a7eba147 authored by Jonas Leder's avatar Jonas Leder
Browse files

add 0.0.0.0 as host for dev server

parent 9c12d200
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
"parcel": "^2.0.0-beta.2"
},
"scripts": {
"start": "parcel serve ./src/index.html",
"start": "parcel serve ./src/index.html --host 0.0.0.0",
"build": "parcel build ./src/index.html"
},
"devDependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment