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, 0 insertions, 6 deletions
diff --git a/examples/with-prisma/apps/web/next.config.js b/examples/with-prisma/apps/web/next.config.js
deleted file mode 100644
index 27b528b..0000000
--- a/examples/with-prisma/apps/web/next.config.js
+++ /dev/null
@@ -1,6 +0,0 @@
-/**
- * @type {import('next').NextConfig}
- */
-module.exports = {
- reactStrictMode: true,
-};