add packages and listen on all interfaces
This commit is contained in:
parent
fe2121904e
commit
a6fcb5f678
1 changed files with 4 additions and 2 deletions
|
@ -39,6 +39,8 @@
|
|||
"devDependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-react": "^7.23.2",
|
||||
"nodemon": "^3.1.9",
|
||||
"serve": "^14.2.4",
|
||||
"prettier": "^1.19.1"
|
||||
},
|
||||
"keywords": [
|
||||
|
@ -47,10 +49,10 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "gatsby build",
|
||||
"develop": "gatsby develop",
|
||||
"develop": "npx gatsby develop --host=0.0.0.0",
|
||||
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
||||
"start": "npm run develop",
|
||||
"serve": "gatsby serve",
|
||||
"serve": "gatsby serve --host=0.0.0.0",
|
||||
"clean": "gatsby clean"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Add table
Reference in a new issue