fix(www): next.config issue

This commit is contained in:
Musa 2025-11-23 13:37:15 -08:00
parent 8375e913b4
commit be1617b557
6 changed files with 28 additions and 2 deletions

View file

@ -7,6 +7,10 @@ const nextConfig: NextConfig = {
"@katanemo/tailwind-config",
"@katanemo/tsconfig",
],
experimental: {
// Ensure workspace packages are handled correctly
externalDir: true,
},
};
export default nextConfig;