aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-prisma/apps/web/next.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-prisma/apps/web/next.config.js')
-rw-r--r--examples/with-prisma/apps/web/next.config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/with-prisma/apps/web/next.config.js b/examples/with-prisma/apps/web/next.config.js
new file mode 100644
index 0000000..27b528b
--- /dev/null
+++ b/examples/with-prisma/apps/web/next.config.js
@@ -0,0 +1,6 @@
+/**
+ * @type {import('next').NextConfig}
+ */
+module.exports = {
+ reactStrictMode: true,
+};