mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
Merge branch 'musa/www' of https://github.com/katanemo/archgw into musa/www
This commit is contained in:
commit
185f9444b1
6 changed files with 41 additions and 2 deletions
17
apps/docs/next.config.ts
Normal file
17
apps/docs/next.config.ts
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
transpilePackages: [
|
||||
"@katanemo/ui",
|
||||
"@katanemo/shared-styles",
|
||||
"@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