chore: attempt fixing drizzle studio

This commit is contained in:
syntaxbullet
2026-01-08 18:04:40 +01:00
parent 05f27ca604
commit daad7be01c
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
"db:push": "docker compose run --rm app drizzle-kit push",
"db:push:local": "drizzle-kit push",
"dev": "bun --watch bot/index.ts",
"db:studio": "drizzle-kit studio --host 0.0.0.0",
"db:studio": "drizzle-kit studio --port 4983 --host 0.0.0.0",
"studio:remote": "bash shared/scripts/remote-studio.sh",
"dashboard:remote": "bash shared/scripts/remote-dashboard.sh",
"remote": "bash shared/scripts/remote.sh",