authentication fix
This commit is contained in:
+8
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user