Files
kidarr-server/kirimase.config.json
2024-01-28 14:51:00 +00:00

18 lines
309 B
JSON

{
"hasSrc": true,
"packages": [
"trpc",
"shadcn-ui",
"drizzle",
"next-auth"
],
"preferredPackageManager": "bun",
"t3": true,
"alias": "@",
"rootPath": "src/",
"componentLib": "shadcn-ui",
"driver": "pg",
"provider": "postgresjs",
"orm": "drizzle",
"auth": "next-auth"
}