mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Prisma generation.
This commit is contained in:
parent
c969603001
commit
6a29f2ef6f
3 changed files with 3 additions and 5 deletions
|
|
@ -1,8 +1,7 @@
|
|||
generator client {
|
||||
provider = "prisma-client"
|
||||
provider = "prisma-client-js"
|
||||
output = "../src/generated/prisma"
|
||||
binaryTargets = ["native"]
|
||||
moduleFormat = "esm"
|
||||
}
|
||||
|
||||
datasource db {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue