feat: add drizzle configuration and initial migrations

This commit is contained in:
MythEclipse
2026-05-14 15:33:10 +07:00
parent 52b36c963f
commit 4e28cf9671
5 changed files with 563 additions and 1 deletions
+4 -1
View File
@@ -11,7 +11,10 @@
"typecheck": "tsc --noEmit",
"lint": "biome check --diagnostic-level=error .",
"format": "biome format --write .",
"test": "vitest run"
"test": "vitest run",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@discordjs/opus": "^0.10.0",