8 lines
169 B
JavaScript
8 lines
169 B
JavaScript
const { getConfig } = require('@redwoodjs/internal')
|
|
|
|
const config = getConfig()
|
|
|
|
module.exports = {
|
|
schema: `http://${config.api.host}:${config.api.port}/graphql`,
|
|
}
|