Skip to content

Commit 2cbf240

Browse files
authored
Merge pull request #1322 from FalkorDB/fix-next-config
Remove serverExternalPackages from next.config.js
2 parents bb0fe29 + 51b261a commit 2cbf240

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

next.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const nextConfig = {
77
images: {
88
unoptimized: true
99
},
10-
// Keep falkordb server-only to avoid bundling BigInt in client/runtime
11-
serverExternalPackages: ['falkordb'],
1210
async headers() {
1311
return [
1412
{

0 commit comments

Comments
 (0)