Fix jiti alias for typebox subpath imports in custom tools/hooks

fixes #311
This commit is contained in:
Mario Zechner 2025-12-25 18:07:42 +01:00
parent c53b22db43
commit 66d19ac9c8
3 changed files with 83 additions and 4 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- **Custom tools/hooks with typebox subpath imports**: Fixed jiti alias for `@sinclair/typebox` to point to package root instead of entry file, allowing imports like `@sinclair/typebox/compiler` to resolve correctly. ([#311](https://github.com/badlogic/pi-mono/issues/311) by [@kim0](https://github.com/kim0))
## [0.29.0] - 2025-12-25
### Breaking Changes