feat: init next-template integration with drizzle

This commit is contained in:
afiqzudinhadi 2025-07-08 21:17:52 +08:00
parent 9e418621e0
commit 7d3ce5c604
6 changed files with 454 additions and 2 deletions

View file

@ -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"]