diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 25dd65c..2730704 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -15,6 +15,13 @@ function buildFaviconRewrite(source) { /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'standalone', + eslint: { + ignoreDuringBuilds: true, + }, + experimental: { + outputFileTracingRoot: path.join(__dirname, '../../'), + }, reactStrictMode: true, transpilePackages: ['ui'], async rewrites() {