Fix extension loading in Bun binary by using jiti with aliases

This commit is contained in:
Mario Zechner 2026-01-13 03:26:42 +01:00
parent 71ee79f31a
commit b8df988144
2 changed files with 7 additions and 9 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Extensions now load correctly in compiled Bun binary by using jiti for module resolution with proper alias handling
## [0.45.1] - 2026-01-13
### Changed