mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
fix(www): next.config issue
This commit is contained in:
parent
8375e913b4
commit
be1617b557
6 changed files with 28 additions and 2 deletions
|
|
@ -7,6 +7,10 @@ const nextConfig: NextConfig = {
|
|||
"@katanemo/tailwind-config",
|
||||
"@katanemo/tsconfig",
|
||||
],
|
||||
experimental: {
|
||||
// Ensure workspace packages are handled correctly
|
||||
externalDir: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue