aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-docker/apps/web/next.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-docker/apps/web/next.config.js')
-rw-r--r--examples/with-docker/apps/web/next.config.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/with-docker/apps/web/next.config.js b/examples/with-docker/apps/web/next.config.js
deleted file mode 100644
index ce29f15..0000000
--- a/examples/with-docker/apps/web/next.config.js
+++ /dev/null
@@ -1,10 +0,0 @@
-const path = require("path");
-
-module.exports = {
- reactStrictMode: true,
- transpilePackages: ["ui"],
- output: "standalone",
- experimental: {
- outputFileTracingRoot: path.join(__dirname, "../../"),
- },
-};