Skip to content

Commit

Permalink
enable access via localhost or network
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosJo committed Mar 5, 2019
1 parent bcdfa5a commit d5178d9
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 @@ -17,7 +17,7 @@
"netlify"
],
"scripts": {
"start": "gatsby develop",
"start": "gatsby develop -H 0.0.0.0",
"develop": "gatsby develop",
"build": "gatsby build",
"storybook": "start-storybook -p 9000 -c .storybook",
Expand Down

0 comments on commit d5178d9

Please sign in to comment.