mirror of
https://github.com/Anil-matcha/Open-Generative-AI.git
synced 2026-05-07 01:17:18 +00:00
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;
|