aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-prisma/apps/web/next.config.js
blob: 27b528b86045e252268a8b6fcfd88906f840c27c (plain) (blame)
1
2
3
4
5
6
/**
 * @type {import('next').NextConfig}
 */
module.exports = {
  reactStrictMode: true,
};