integration tests

This commit is contained in:
sbriat
2023-05-23 14:00:39 +02:00
parent 72516037d1
commit ca398f43df
8 changed files with 440 additions and 25 deletions

View File

@@ -3,6 +3,7 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["linux-musl", "debian-openssl-3.0.x"]
previewFeatures = ["postgresqlExtensions"]
}