forked from syntaxbullet/AuroraBot-discord
feat: Add Drizzle Studio service to docker-compose and refine database environment variable configuration.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"db:push": "drizzle-kit push",
|
||||
"deploy": "docker compose run --rm app bun src/scripts/deploy.ts",
|
||||
"dev": "bun --watch src/index.ts",
|
||||
"db:studio": "drizzle-kit studio"
|
||||
"db:studio": "drizzle-kit studio --host 0.0.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^14.25.1",
|
||||
|
||||
Reference in New Issue
Block a user