Fixed generator enums in prisma db (#21595)

Co-authored-by: layand12 <d.layan@unque.me>
This commit is contained in:
Layan Jyoti Dutta
2025-05-28 22:49:20 +00:00
committed by GitHub
co-authored by layand12
parent d208074063
commit 2cbf805ffb
+1 -1
View File
@@ -26,7 +26,7 @@ generator kysely {
}
generator enums {
provider = "ts-node --transpile-only ./enum-generator"
provider = "ts-node --transpile-only ./enum-generator.ts"
}
enum SchedulingType {