fix pm2 and readme

This commit is contained in:
eewing
2026-02-02 21:58:53 +00:00
parent e36ae92441
commit a2e58b4292
3 changed files with 306 additions and 30 deletions
+6 -5
View File
@@ -8,11 +8,11 @@
"build": "tsc -b && vite build",
"serve": "vite preview --host 0.0.0.0 --port 4000",
"---PM2 COMMANDS---": "------------------",
"status": "bun $(command -v pm2) status",
"logs": "bun $(command -v pm2) logs tasgrid",
"stop": "bun $(command -v pm2) stop tasgrid",
"start-prod": "bun $(command -v pm2) start \"bun run serve\" --name \"tasgrid\"",
"deploy": "git pull && bun run build && bun $(command -v pm2) restart tasgrid"
"status": "pm2 status",
"logs": "pm2 logs tasgrid",
"stop": "pm2 stop tasgrid",
"start-prod": "pm2 start \"bun run serve\" --name \"tasgrid\"",
"deploy": "git pull && bun run build && pm2 restart tasgrid"
},
"dependencies": {
"@kobalte/core": "^0.13.11",
@@ -27,6 +27,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-solid": "^0.563.0",
"pm2": "^6.0.14",
"pocketbase": "^0.26.8",
"postcss": "^8.5.6",
"solid-js": "^1.9.10",