feat: init next-template integration with drizzle
This commit is contained in:
parent
9e418621e0
commit
7d3ce5c604
6 changed files with 454 additions and 2 deletions
|
|
@ -10,7 +10,8 @@
|
|||
],
|
||||
"paths": {
|
||||
"~/*": ["./src/*"],
|
||||
"@repo/ui/*": ["../../packages/ui/src/*"]
|
||||
"@repo/ui/*": ["../../packages/ui/src/*"],
|
||||
"@repo/db/*": ["../../packages/db/src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "next.config.ts", "next-env.d.ts", ".next/types/**/*.ts"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue