use -H 0.0.0.0 on Gatsby

This commit is contained in:
Dedy Martadinata S
2021-10-20 20:54:28 +07:00
committed by Dedy Martadinata Supriyadi
parent 99d7d3aad2
commit 04afc009ef

View File

@ -8,11 +8,11 @@
"build": "gatsby build",
"clean": "gatsby clean",
"deploy": "firebase deploy",
"develop": "gatsby develop",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"lint:fix": "eslint --fix .",
"lint": "eslint .",
"serve": "gatsby serve",
"serve": "gatsby serve -H 0.0.0.0",
"start": "npm run develop",
"test": "jest",
"prepare": "husky install"