🏗 Add static start option
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"validate-config": "node services/config-validator",
|
"validate-config": "node services/config-validator",
|
||||||
"health-check": "node services/healthcheck",
|
"health-check": "node services/healthcheck",
|
||||||
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps",
|
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps",
|
||||||
"static-start": " node server"
|
"static-start": "node server"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.0.0",
|
"@babel/core": "^7.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user