🏗 Add static start option

This commit is contained in:
Alicia Sykes 2024-03-03 15:21:20 +00:00
parent df866ba408
commit 0d7051e46e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"validate-config": "node services/config-validator",
"health-check": "node services/healthcheck",
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps",
"static-start": " node server"
"static-start": "node server"
},
"dependencies": {
"@babel/core": "^7.0.0",