Skip to content

chore: Replace pnpm & NPM with Bun for dependency management in docs and dashboard apps, updating lock files and related configurations.#17

Merged
n3-rd merged 1 commit intomainfrom
bun-migration
Jan 29, 2026
Merged

chore: Replace pnpm & NPM with Bun for dependency management in docs and dashboard apps, updating lock files and related configurations.#17
n3-rd merged 1 commit intomainfrom
bun-migration

Conversation

@n3-rd
Copy link
Owner

@n3-rd n3-rd commented Jan 29, 2026

This pull request migrates the project from Node.js to Bun, updating the Docker build, development instructions, and runtime scripts to use Bun for improved speed and efficiency. The most important changes are grouped below:

Migration to Bun:

  • Updated the base image and build steps in the Dockerfile to remove Node.js and npm, add Bun, and switch all dashboard build commands from npm to Bun equivalents. [1] [2]
  • Changed the shebang in core/api/server.js to use Bun instead of Node.js.
  • Updated the supervisor configuration in core/entrypoint.sh to run the API server using Bun.

Documentation Updates:

  • Updated installation instructions in README.md to recommend using Bun for dependency installation.

…and dashboard apps, updating lock files and related configurations.
@n3-rd n3-rd merged commit e9bbff8 into main Jan 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant