fix: update PrismaService constructor to use correct datasource format and include prisma.config.ts in Dockerfile

This commit is contained in:
Nils-Johan Gynther
2026-04-15 21:01:49 +02:00
parent c9ef587eb1
commit 5d80dfef6f
3 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -17,5 +17,6 @@
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false
}
},
"exclude": ["node_modules", "prisma.config.ts"]
}