mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
chore: tidy code
This commit is contained in:
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user