Attempt to at move app into app sub dir
This commit is contained in:
7
app/graphql.config.js
Normal file
7
app/graphql.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const { getConfig } = require('@redwoodjs/internal')
|
||||
|
||||
const config = getConfig()
|
||||
|
||||
module.exports = {
|
||||
schema: `http://${config.api.host}:${config.api.port}/graphql`,
|
||||
}
|
||||
Reference in New Issue
Block a user