- Updated @prisma/client in shared package.json from ^6.0.0 to ^7.10.0. - Modified stack.md to include generated Prisma client directory and Prisma CLI config file. - Added prisma.config.ts for managing Prisma configuration, including datasource URL and migrations path.
12 lines
284 B
JSON
12 lines
284 B
JSON
{
|
|
"extends": "@gruperly/config/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "bundler",
|
|
"types": ["bun"],
|
|
"paths": {
|
|
"@gruperly/shared": ["../../packages/shared/src/index.ts"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts", "prisma/generated/**/*.ts"]
|
|
}
|