authentication fix

This commit is contained in:
2026-01-31 11:32:31 -06:00
parent 1d10863887
commit 9ca490075b
8 changed files with 77 additions and 54 deletions
+8 -2
View File
@@ -4,9 +4,15 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 4000",
"dev": "vite --host 0.0.0.0 --port 4001",
"build": "tsc -b && vite build",
"preview": "vite preview"
"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"
},
"dependencies": {
"@kobalte/core": "^0.13.11",