Calls config validator when serve starts, and adds documentation in readme

This commit is contained in:
Alicia Sykes
2021-06-05 20:21:15 +01:00
parent d27fbaac55
commit 7d5a99d9d3
3 changed files with 13 additions and 4 deletions

View File

@@ -8,9 +8,11 @@
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --fix",
"build-watch": "vue-cli-service build --watch",
"build-and-start": "npm-run-all --parallel build start"
"build-and-start": "npm-run-all --parallel build start",
"validate-config": "node src/utils/ConfigValidator"
},
"dependencies": {
"ajv": "^8.5.0",
"axios": "^0.21.1",
"connect": "^3.7.0",
"crypto-js": "^4.0.0",