mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
another fix
This commit is contained in:
parent
21711960df
commit
742edb24b5
2 changed files with 4 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ generator client {
|
|||
provider = "prisma-client-js"
|
||||
previewFeatures = ["postgresqlExtensions"]
|
||||
// These last two lines are important for Docker!
|
||||
binaryTargets = ["native", "debian-openssl-3.0.x", "linux-musl-openssl-3.0.x", "linux-musl-arm64-openssl-3.0.x"]
|
||||
binaryTargets = ["native", "debian-openssl-3.0.x", "linux-arm64-openssl-3.0.x"]
|
||||
}
|
||||
|
||||
generator json {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue