1
0
mirror of synced 2025-12-25 11:00:31 -05:00
Files
blitz/integration-tests/react-query-utils/next.config.js
Paul ed2b0e22c5 Add feature for resolvers to exist outside of Blitz root (#3953)
Co-authored-by: Paul Moss <paulmoss06@gmail.com>
Co-authored-by: Brandon Bayer <b@bayer.ws>
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com>
2022-11-14 14:51:42 -05:00

7 lines
140 B
JavaScript

const {withBlitz} = require("@blitzjs/next")
module.exports = withBlitz({
blitz: {
includeRPCFolders: ["../no-suspense/app"],
},
})