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

Commit

Permalink
support local ip
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 1, 2019
1 parent 9fef6ab commit 24f0244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"build": "npm run clean && gatsby build --prefix-paths --no-uglify",
"develop": "npm run clean && gatsby develop",
"develop": "npm run clean && gatsby develop -H 0.0.0.0",
"clean": "gatsby clean"
},
"dependencies": {
Expand Down

0 comments on commit 24f0244

Please sign in to comment.