fix: exclude libsql packages from webpack bundling #4

Merged
jason merged 1 commits from claude/reverent-proskuriakova into master 2026-03-13 00:01:42 -05:00

1 Commits

Author SHA1 Message Date
aeee0fb598 fix: exclude libsql packages from webpack bundling
@libsql/client and libsql contain native bindings and non-JS assets
(README.md, LICENSE) that webpack cannot parse. Mark them as server
external packages so Next.js requires them at runtime instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 00:01:06 -05:00