Upgrade redwood to 0.33

Resolves #341.
This commit is contained in:
Kurt Hutten
2021-06-05 12:52:39 +10:00
parent e433648fe6
commit 563700d995
9 changed files with 3744 additions and 1569 deletions

View File

@@ -1,7 +1,5 @@
const { getConfig } = require('@redwoodjs/internal')
const config = getConfig()
const { getPaths } = require('@redwoodjs/internal')
module.exports = {
schema: `http://${config.api.host}:${config.api.port}/graphql`,
schema: getPaths().generated.schema,
}