mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Delete next.config.ts
This commit is contained in:
parent
185f9444b1
commit
1f3a0bf4a0
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
|||
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