mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-22 13:14:58 +02:00
🔖 Bump to V3.0.0, and update start command, so no watch needed
This commit is contained in:
parent
a1bf7a6931
commit
c6ab08f7f0
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "dashy",
|
"name": "dashy",
|
||||||
"version": "2.1.2",
|
"version": "3.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"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": "node server",
|
||||||
"dev": "vue-cli-service serve",
|
"dev": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
|
||||||
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
|
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
|
||||||
"lint": "vue-cli-service lint",
|
"lint": "vue-cli-service lint",
|
||||||
"pm2-start": "npx pm2 start server.js",
|
"pm2-start": "npx pm2 start server.js",
|
||||||
"build-watch": "vue-cli-service build --watch --mode production",
|
"build-watch": "vue-cli-service build --watch --mode production",
|
||||||
"watch-config": "node services/watch-for-changes",
|
"watch-config": "node services/watch-for-changes",
|
||||||
"build-and-start": "NODE_OPTIONS=--openssl-legacy-provider npm-run-all --parallel build-watch start",
|
"build-and-start": "NODE_OPTIONS=--openssl-legacy-provider npm-run-all --parallel build 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user