mirror of https://github.com/langgenius/dify.git
feat(build): set root directory for turbopack configuration (#33812)
This commit is contained in:
parent
8384a836b4
commit
282e76b1ee
|
|
@ -10,6 +10,7 @@ const nextConfig: NextConfig = {
|
|||
basePath: env.NEXT_PUBLIC_BASE_PATH,
|
||||
transpilePackages: ['@t3-oss/env-core', '@t3-oss/env-nextjs', 'echarts', 'zrender'],
|
||||
turbopack: {
|
||||
root: process.cwd(),
|
||||
rules: codeInspectorPlugin({
|
||||
bundler: 'turbopack',
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue