diff --git a/next.config.mjs b/next.config.mjs index 56666f8..46e0d66 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -22,6 +22,9 @@ const withPWA = withPWAInit({ /** @type {import('next').NextConfig} */ const nextConfig = { experimental: { + webpackBuildWorker: true, + parallelServerBuildTraces: true, + parallelServerCompiles: true, inlineCss: true, reactCompiler: true, serverActions: {