Tags
#bun
Blog posts, snippets, and glossary entries related to "bun", gathered in one place.
- BlogHow to Fix mise Version Pinning Not Working on Codex Cloud
mise install bun succeeds but bun returns command not found on Codex Cloud. Root cause and fix using setup.sh with mise use -g and mise activate.
- BlogLefthook Setup Procedure: Run Biome Automatically in pre-commit and pre-push
A practical Lefthook setup procedure to run Biome formatting and linting automatically at commit and push time. Covers the full flow from ADR documentation to configuration, installation, and verification.
- BlogWhy /blog Returns 404 in Astro + bun dev and How to Fix It
A practical troubleshooting flow for /blog 404 under Astro + bun dev, from link checks to route output and delivery path inspection. Includes the directory-name collision fix.
- BlogHow to run an API server built with Bun+Hono on AWS Lambda
Steps to run Hono API server on AWS Lambda with Bun runtime. Explains the configuration to compile as Single File Executable and run it with Lambda Web Adapter.
- BlogReimplementing generate-project-summary.py with Bun + TypeScript
A Bun + TypeScript rewrite of a Python project-summary script. Covers the path to a portable executable for feeding whole repositories into an LLM.
- BlogCreate Cron Jobs with PM2: As an Alternative to launchd
How to create cron-style jobs with PM2 on macOS instead of launchd. A quick summary of the config file and a scheduled task example using Bun.
hsb.horse