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

@@ -84,7 +84,7 @@ services:
condition: service_healthy condition: service_healthy
networks: networks:
- internal - internal
command: bun run db:studio command: bun x drizzle-kit studio --port 4983 --host 0.0.0.0
networks: networks:
internal: internal:

View File

@@ -16,7 +16,7 @@
"db:push": "docker compose run --rm app drizzle-kit push", "db:push": "docker compose run --rm app drizzle-kit push",
"db:push:local": "drizzle-kit push", "db:push:local": "drizzle-kit push",
"dev": "bun --watch bot/index.ts", "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", "studio:remote": "bash shared/scripts/remote-studio.sh",
"dashboard:remote": "bash shared/scripts/remote-dashboard.sh", "dashboard:remote": "bash shared/scripts/remote-dashboard.sh",
"remote": "bash shared/scripts/remote.sh", "remote": "bash shared/scripts/remote.sh",