diff --git a/next.config.ts b/next.config.ts index 736af84..5100a23 100644 --- a/next.config.ts +++ b/next.config.ts @@ -25,6 +25,7 @@ const withPWA = withPWAInit({ const nextConfig: NextConfig = { output: "standalone", + turbopack: {}, }; export default withPWA(nextConfig);