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