upgrade v0.33.0; code mods; rebuild yarn.lock

This commit is contained in:
David Price
2021-06-04 08:13:48 -07:00
parent 66429df33c
commit 2eb84512e1
7 changed files with 4108 additions and 3066 deletions

View File

@@ -1,6 +1,4 @@
datasource DS {
// optionally set multiple providers
// example: provider = ["sqlite", "postgresql"]
provider = "sqlite"
url = env("DATABASE_URL")
}

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "^0.32.2",
"@redwoodjs/api-server": "^0.32.2"
"@redwoodjs/api": "^0.33.0",
"@redwoodjs/api-server": "^0.33.0"
}
}
}