From 94071d7ce16c56641d67d488e2bac6be84ffe731 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:17:06 +0800 Subject: chore: delete useless files --- examples/with-docker/apps/web/next.config.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 examples/with-docker/apps/web/next.config.js (limited to 'examples/with-docker/apps/web/next.config.js') 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, "../../"), - }, -}; -- cgit v1.2.3-70-g09d2