diff --git a/apps/web/next.config.js b/apps/web/next.config.js index e1849c0ee..1c9288d57 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -10,6 +10,8 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({ /** @type {import('next').NextConfig} */ const nextConfig = { + output: + process.env.NEXT_PUBLIC_SELF_HOSTED === "true" ? "standalone" : undefined, productionBrowserSourceMaps: true, transpilePackages: [ "@rallly/backend",