fix: make prisma work

This commit is contained in:
Lucas Smith
2026-03-01 16:05:22 +11:00
parent 0d1496bc26
commit b6da33282e
6 changed files with 3311 additions and 9670 deletions
+4
View File
@@ -4,6 +4,10 @@ generator kysely {
generator client {
provider = "prisma-client-js"
}
generator client_node_modules {
provider = "prisma-client-js"
output = "../../node_modules/.prisma/client"
}