Added back the npm launch options

This commit is contained in:
Travis Shivers 2020-05-28 03:02:21 -05:00
parent bae722c6e0
commit 4b53fb5928
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build": "vue-cli-service build", "build": "vue-cli-service build",
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint",
"start": "npm run build; node webapp.js",
"server": "node server.js"
}, },
"dependencies": { "dependencies": {
"body-parser": "^1.19.0", "body-parser": "^1.19.0",