Gernal refactoring

This commit is contained in:
Alicia Sykes
2021-06-14 20:46:59 +01:00
parent bc77fbdb71
commit 62c79527f2
5 changed files with 13 additions and 11 deletions

View File

@@ -8,10 +8,11 @@
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --fix",
"pm2-start": "npx pm2 start server.js",
"build-watch": "vue-cli-service build --watch",
"build-and-start": "npm-run-all --parallel build start",
"validate-config": "node src/utils/ConfigValidator",
"health-check": "node bin/healthcheck"
"health-check": "node services/healthcheck"
},
"dependencies": {
"ajv": "^8.5.0",