1
0
mirror of synced 2025-12-26 14:00:11 -05:00
Files
blitz/integration-tests/auth/next.config.js
2022-04-12 15:56:15 -04:00

5 lines
92 B
JavaScript

const {withBlitz} = require("@blitzjs/next")
module.exports = withBlitz({
// update me
})