feat: persistent lootbox states, update command now runs db migrations

This commit is contained in:
syntaxbullet
2025-12-18 17:02:21 +01:00
parent 83cd33e439
commit 7cf8d68d39
4 changed files with 79 additions and 38 deletions

View File

@@ -15,6 +15,7 @@
"generate": "docker compose run --rm app drizzle-kit generate",
"migrate": "docker compose run --rm app drizzle-kit migrate",
"db:push": "docker compose run --rm app drizzle-kit push",
"db:push:local": "drizzle-kit push",
"dev": "bun --watch src/index.ts",
"db:studio": "drizzle-kit studio --host 0.0.0.0"
},