mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +00:00
Update schema.prisma
This commit is contained in:
parent
1fe3400aa2
commit
f026c3a274
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
output = "../generated"
|
||||
output = "../server/generated"
|
||||
moduleFormat = "esm"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue