fix(prisma): add datasourceUrl to PrismaClient constructor for v7 compatibility

This commit is contained in:
2026-03-31 00:04:16 -07:00
parent 77de648200
commit e1034adfcf
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react-jsx",
"incremental": true,
"plugins": [
{