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