mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
c241c6d6d0
When `"npmCommand": ["bun"]` is configured in settings.json, pi fails to
start because it invokes `bun root -g`, which doesn't exist:
error: Failed to run bun root -g: error: Script not found "root"
Add a check for the Bun runtime using the logic already used elsewhere,
and build the relative path starting from Bun's bin directory.
c241c6d6d0
ยท
2026-04-28 08:28:37 +02:00
History