Skip to content

Commit

Permalink
🏗 Add static start option
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Mar 3, 2024
1 parent df866ba commit 0d7051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0d7051e

Please sign in to comment.