mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-14 00:31:25 +10:00
chore: move more admin over to arktype validators
This commit is contained in:
@ -9,6 +9,15 @@ generator client {
|
||||
binaryTargets = ["native", "debian-openssl-3.0.x"]
|
||||
}
|
||||
|
||||
/**
|
||||
* generator arktype {
|
||||
* provider = "yarn prismark"
|
||||
* output = "./validate"
|
||||
* fileName = "schema.ts"
|
||||
* nullish = true
|
||||
* }
|
||||
*/
|
||||
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
|
||||
Reference in New Issue
Block a user