This commit is contained in:
2026-05-01 15:45:27 -04:00
parent 0ea6005e7b
commit 61d53886a3
49 changed files with 513 additions and 1273 deletions

View File

@@ -0,0 +1,13 @@
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema
// Get a free hosted Postgres database in seconds: `npx create-db`
generator client {
provider = "prisma-client"
output = "../src/generated/prisma"
}
datasource db {
provider = "postgresql"
}