mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-30 01:22:52 +03:00
🏗 Add static start option
This commit is contained in:
parent
df866ba408
commit
0d7051e46e
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user