index
:
Advanced-React.git
master
Starter Files and Solutions for Full Stack Advanced React and GraphQL
Git Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontend
/
next.config.js
blob: 4aa3ab049f9e87c44d23543c40bc2ddece9fa601 (
plain
)
1
2
3
const
withGraphql
=
require
(
'next-plugin-graphql'
)
module
.
exports
=
withGraphql
()