diff options
Diffstat (limited to 'frontend/next.config.js')
| -rw-r--r-- | frontend/next.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/next.config.js b/frontend/next.config.js new file mode 100644 index 0000000..4aa3ab0 --- /dev/null +++ b/frontend/next.config.js @@ -0,0 +1,3 @@ +const withGraphql = require('next-plugin-graphql') + +module.exports = withGraphql() |
