update docker-compose (#1414)

This commit is contained in:
Archer
2024-05-09 15:52:15 +08:00
committed by GitHub
parent 2155489be3
commit afe5039cd3
4 changed files with 5 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ const nextConfig = {
return config;
},
transpilePackages: ['@fastgpt/*', 'ahooks'],
transpilePackages: ['@fastgpt/*', 'ahooks', '@chakra-ui/*', 'react'],
experimental: {
// 外部包独立打包
serverComponentsExternalPackages: ['mongoose', 'pg'],