feat: Prisma instead of drizzle

This commit is contained in:
2024-10-01 19:10:05 +07:00
parent 7921bdf97f
commit 62a1da5e4b
8 changed files with 58 additions and 36 deletions

View File

@@ -10,8 +10,9 @@
"lint:fix": "biome lint --apply .",
"format": "biome format .",
"format:fix": "biome format --write .",
"studio": "drizzle-kit studio",
"push": "drizzle-kit push"
"db:generate": "bun --filter @minikura/db generate",
"db:studio": "bun --filter @minikura/db studio",
"db:push": "bun --filter @minikura/db push"
},
"devDependencies": {
"@biomejs/biome": "^1.9.1",