aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/non-monorepo/next.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/non-monorepo/next.config.js')
-rw-r--r--examples/non-monorepo/next.config.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/non-monorepo/next.config.js b/examples/non-monorepo/next.config.js
deleted file mode 100644
index 3d3bc99..0000000
--- a/examples/non-monorepo/next.config.js
+++ /dev/null
@@ -1,7 +0,0 @@
-/** @type {import('next').NextConfig} */
-const nextConfig = {
- reactStrictMode: true,
- swcMinify: true,
-};
-
-module.exports = nextConfig;