Initial commit

This commit is contained in:
2026-05-27 21:15:08 +03:00
commit 677e293638
11 changed files with 2725 additions and 0 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 = "../generated/prisma"
}
datasource db {
provider = "postgresql"
}