Files
hapi/cli/bunfig.toml
T
weishu 0aab06ca47 fix(cli): resolve path alias with bun link using bunfig.toml configuration
When the cli package is symlinked via `bun link`, tsconfig.json's `rootDir: ".."`
interferes with the `@/*` path alias resolution at runtime. Add bunfig.toml to
explicitly configure path aliases for Bun's runtime to fix the module resolution error.
2025-12-22 16:44:27 +08:00

3 lines
47 B
TOML

[runtime.typescript.paths]
"@/*" = ["./src/*"]