Compare commits
3 Commits
bde9cc7047
...
f574fdc2d9
| Author | SHA1 | Date | |
|---|---|---|---|
| f574fdc2d9 | |||
| 18401dd07c | |||
| f9de2cfd2b |
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
"logs": "pm2 logs tasgrid",
|
"logs": "pm2 logs tasgrid",
|
||||||
"stop": "pm2 stop tasgrid",
|
"stop": "pm2 stop tasgrid",
|
||||||
"start-prod": "pm2 start \"bun run serve\" --name \"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": {
|
"dependencies": {
|
||||||
"@kobalte/core": "^0.13.11",
|
"@kobalte/core": "^0.13.11",
|
||||||
|
|||||||
Reference in New Issue
Block a user