Compare commits

...

3 Commits

Author SHA1 Message Date
tcardoza f574fdc2d9 change to pm2 deploy command to start if not already running 2026-02-28 14:18:42 -06:00
tcardoza 18401dd07c revert 2026-02-27 17:44:57 -06:00
tcardoza f9de2cfd2b reactivitey for editability for note editing. 2026-02-27 17:43:02 -06:00
+1 -1
View File
@@ -12,7 +12,7 @@
"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"
"deploy": "git pull && bun run build && (pm2 restart tasgrid || bun run start-prod)"
},
"dependencies": {
"@kobalte/core": "^0.13.11",