/** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: ['studio', 'ai-agent', 'workflow-builder', 'design-agent'], }; export default nextConfig;