Provide environment information
n/a
Describe the bug
The deployment UI shows "Node.js" as the runtime even when the project is built and run with Bun.
- Build works with a pre-build command like:
bun run build --filter="./packages/*"
- Logs show Bun in use (e.g.
bun run ..., Bun version)
- UI still displays "Node.js" as the runtime
Expected: UI should show "Bun" (or the actual runtime) when Bun is used. This is a display bug only; behavior is correct.
Reproduction repo
n/a
To reproduce
- Use Bun for build/run (e.g. add pre-build:
bun run build --filter="./packages/*").
- Deploy successfully.
- Open the deployment in the dashboard.
- See "Node.js" shown as runtime instead of Bun.
Additional information
Purely a UI/label issue