mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
chore: move more admin over to arktype validators
This commit is contained in:
parent
27bf90bed0
commit
00cab7db0d
16 changed files with 193 additions and 114 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue