Skip to content

bug: Deployment UI shows Node.js runtime when using Bun #3105

Description

@isshaddad

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

  1. Use Bun for build/run (e.g. add pre-build: bun run build --filter="./packages/*").
  2. Deploy successfully.
  3. Open the deployment in the dashboard.
  4. See "Node.js" shown as runtime instead of Bun.

Additional information

Purely a UI/label issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions