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": {
|
"devDependencies": {
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^6.8.0",
|
||||||
"eslint-plugin-react": "^7.23.2",
|
"eslint-plugin-react": "^7.23.2",
|
||||||
|
"nodemon": "^3.1.9",
|
||||||
|
"serve": "^14.2.4",
|
||||||
"prettier": "^1.19.1"
|
"prettier": "^1.19.1"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -47,10 +49,10 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gatsby build",
|
"build": "gatsby build",
|
||||||
"develop": "gatsby develop",
|
"develop": "npx gatsby develop --host=0.0.0.0",
|
||||||
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
||||||
"start": "npm run develop",
|
"start": "npm run develop",
|
||||||
"serve": "gatsby serve",
|
"serve": "gatsby serve --host=0.0.0.0",
|
||||||
"clean": "gatsby clean"
|
"clean": "gatsby clean"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue