Refactor drizzle and db folder
This commit is contained in:
parent
e96dfb2d74
commit
c493ac342b
31 changed files with 22 additions and 23 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"lint:fix": "next lint --fix",
|
||||
"format": "prettier --write .",
|
||||
"db:generate": "drizzle-kit generate",
|
||||
"db:migrate": "npx tsx db/migrate.ts",
|
||||
"db:migrate": "npx tsx lib/db/migrate.ts",
|
||||
"db:studio": "drizzle-kit studio"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue