fix: use prisma v6 config
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s

This commit is contained in:
HAM 2026-01-12 13:48:10 +07:00
parent 84b9ddcd2b
commit f0a106e5fe
3 changed files with 5 additions and 3 deletions

View file

@ -10,6 +10,7 @@ generator kysely {
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
model Notification {