Initial rw serverless setup

This commit is contained in:
Kurt Hutten
2021-11-20 17:36:06 +11:00
parent e9859d85b8
commit 53a6639fd1
5 changed files with 2507 additions and 1352 deletions

View File

@@ -5,7 +5,7 @@ datasource db {
generator client {
provider = "prisma-client-js"
binaryTargets = "native"
binaryTargets = ["native", "rhel-openssl-1.0.x"]
}
// sqlLight does not suport enums so we can't use enums until we set up postgresql in dev mode