mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 13:45:33 +02:00
⚡ New start command, for non-Docker people
This commit is contained in:
parent
48fa5fc21e
commit
df866ba408
@ -5,7 +5,7 @@
|
|||||||
"main": "server",
|
"main": "server",
|
||||||
"author": "Alicia Sykes <alicia@omg.lol> (https://aliciasykes.com)",
|
"author": "Alicia Sykes <alicia@omg.lol> (https://aliciasykes.com)",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server",
|
"start": "npm-run-all --parallel build-watch start",
|
||||||
"dev": "vue-cli-service serve",
|
"dev": "vue-cli-service serve",
|
||||||
"build": "vue-cli-service build",
|
"build": "vue-cli-service build",
|
||||||
"lint": "vue-cli-service lint",
|
"lint": "vue-cli-service lint",
|
||||||
@ -14,7 +14,8 @@
|
|||||||
"build-and-start": "npm-run-all --parallel build-watch start",
|
"build-and-start": "npm-run-all --parallel build-watch start",
|
||||||
"validate-config": "node services/config-validator",
|
"validate-config": "node services/config-validator",
|
||||||
"health-check": "node services/healthcheck",
|
"health-check": "node services/healthcheck",
|
||||||
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps"
|
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps",
|
||||||
|
"static-start": " node server"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.0.0",
|
"@babel/core": "^7.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user