WIP - page layout first version working

This commit is contained in:
Francisco Gaona
2025-12-22 23:48:09 +01:00
parent be6e34914e
commit eff8f32c9d
26 changed files with 2972 additions and 39 deletions

View File

@@ -1,6 +1,7 @@
generator client {
provider = "prisma-client-js"
output = "../node_modules/.prisma/central"
provider = "prisma-client-js"
output = "../node_modules/.prisma/central"
binaryTargets = ["native", "debian-openssl-3.0.x"]
}
datasource db {

View File

@@ -3,8 +3,9 @@
// NOTE: Each tenant has its own database, so there is NO tenantId column in these tables
generator client {
provider = "prisma-client-js"
output = "../node_modules/.prisma/tenant"
provider = "prisma-client-js"
output = "../node_modules/.prisma/tenant"
binaryTargets = ["native", "debian-openssl-3.0.x"]
}
datasource db {