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