🏗 Add static start option

This commit is contained in:
Alicia Sykes 2024-03-03 15:21:20 +00:00
parent df866ba408
commit 0d7051e46e

View File

@ -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",