diff --git a/app/next-client-app/next.config.mjs b/app/next-client-app/next.config.js similarity index 50% rename from app/next-client-app/next.config.mjs rename to app/next-client-app/next.config.js index 8aa20654c..c10e07d95 100644 --- a/app/next-client-app/next.config.mjs +++ b/app/next-client-app/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: "standalone", - }; + output: "standalone", +}; - module.exports = nextConfig; +module.exports = nextConfig;