(dc): move types.ts to database module

This commit is contained in:
Marcel Arndt
2024-07-18 13:43:53 +02:00
parent 62eafe44dd
commit fd8b230fa4
3 changed files with 460 additions and 990 deletions
@@ -13,7 +13,7 @@ generator kysely {
provider = "prisma-kysely"
previewFeatures = ["postgresqlExtensions"]
output = "../libs/api/data-access-database/src/lib"
output = "../src/core/database"
fileName = "types.ts"
}