fix: handle Convex InvalidCursor and align backend config

This commit is contained in:
Esdras Renan 2025-11-17 23:53:43 -03:00
parent 3565500e9c
commit 07a6f101b8
6 changed files with 44 additions and 9 deletions

View file

@ -2,6 +2,8 @@ const nextConfig = {
experimental: {
turbopackFileSystemCacheForDev: true,
},
// Não há necessidade de alterar o webpack aqui; o código do backend Convex
// (convex-backend-main) não faz parte do bundle Next.
}
export default nextConfig