🐛 fix: try to fix discover error (#5794)

This commit is contained in:
Arvin Xu
2025-02-06 20:48:32 +08:00
committed by GitHub
parent edbad23c23
commit 9b7bd9906f
6 changed files with 17 additions and 16 deletions
-5
View File
@@ -176,11 +176,6 @@ const nextConfig: NextConfig = {
permanent: false,
source: '/repos',
},
{
destination: '/files',
permanent: false,
source: '/repos',
},
],
// when external packages in dev mode with turbopack, this config will lead to bundle error
serverExternalPackages: isProd ? ['@electric-sql/pglite'] : undefined,