Skip to content

Commit

Permalink
Allow visiting production build via IP
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Apr 3, 2024
1 parent 996058f commit 0521ccd
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 @@ -6,7 +6,7 @@
"build": "gatsby build",
"clean": "gatsby clean",
"prepare": "husky",
"serve": "gatsby serve",
"serve": "gatsby serve --host 0.0.0.0",
"start": "gatsby develop --host 0.0.0.0",
"test": "eslint . && stylelint $(git ls-files '*.css') && prettier --check . && npm run type-check",
"type-check": "tsc --pretty"
Expand Down

0 comments on commit 0521ccd

Please sign in to comment.