mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-22 01:22:34 +00:00
9 lines
137 B
JavaScript
9 lines
137 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
experimental: {
|
|
esmExternals: 'loose'
|
|
}
|
|
}
|
|
|
|
module.exports = nextConfig
|