chore: tidy code

This commit is contained in:
Mythie
2024-05-29 14:47:33 +10:00
parent 27fe8c7f8f
commit 3d81b15d71
10 changed files with 497 additions and 75 deletions

View File

@ -2,6 +2,10 @@ generator kysely {
provider = "prisma-kysely"
}
generator client {
provider = "prisma-client-js"
}
datasource db {
provider = "postgresql"
url = env("NEXT_PRIVATE_DATABASE_URL")