Co-authored-by: Paul Moss <paulmoss06@gmail.com> Co-authored-by: Brandon Bayer <b@bayer.ws> Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com>
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
const {withBlitz} = require("@blitzjs/next")
|
|
module.exports = withBlitz({
|
|
blitz: {
|
|
includeRPCFolders: ["../no-suspense/app"],
|
|
},
|
|
})
|