mirror of
https://github.com/Anil-matcha/Open-Generative-AI.git
synced 2026-08-31 01:40:10 +08:00
7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
transpilePackages: ['studio', 'ai-agent', 'workflow-builder'],
|
|
};
|
|
|
|
export default nextConfig;
|