upgrade to 0.21.0 changes

for #214
This commit is contained in:
Kurt Hutten
2021-02-28 16:24:50 +11:00
parent 2f45dc59a4
commit 8cc2685b80
18 changed files with 450 additions and 222 deletions

View File

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

View File

@@ -9,7 +9,7 @@
"scripts": {
},
"devDependencies": {
"@redwoodjs/core": "^0.20.0"
"@redwoodjs/core": "^0.21.0"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config"

View File

@@ -12,5 +12,6 @@
experimentalFastRefresh = true
[api]
port = 8911
schemaPath = "./api/db/schema.prisma"
[browser]
open = true

667
yarn.lock

File diff suppressed because it is too large Load Diff