seguimos mejorando
All checks were successful
build-and-push / build (push) Successful in 11s
build-and-push / deploy (push) Successful in 14s

This commit is contained in:
2025-05-14 18:36:17 -06:00
parent 6a1379137f
commit 2992bdc588
26 changed files with 18 additions and 6028 deletions

View File

@@ -1,10 +1,12 @@
generator client {
provider = "prisma-client-js"
output = "generated/client"
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
model Cliente {