improved a lot of things

This commit is contained in:
SinachPat
2026-04-26 12:31:31 +01:00
parent f9528702c8
commit 7a4c1d3147
30 changed files with 1316 additions and 59 deletions
+13 -1
View File
@@ -1,7 +1,19 @@
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
transpilePackages: ['@originmain/ui', '@originmain/diff-engine', '@fluentui/react-components'],
transpilePackages: [
'@originmain/agent-bridge',
'@originmain/ai-layer',
'@originmain/design-language',
'@originmain/diff-engine',
'@originmain/integrations',
'@originmain/multiplayer',
'@originmain/origin-graph',
'@originmain/platform',
'@originmain/renderer',
'@originmain/ui',
'@fluentui/react-components',
],
experimental: {
optimizePackageImports: ['@fluentui/react-components'],
},