logo hsb.horse
← Back to tag index

Tags

#bun

Blog posts, snippets, and glossary entries related to "bun", gathered in one place.

Entries 6
  1. Blog
    How 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.

  2. Blog
    Lefthook 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.

  3. Blog
    Why /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.

  4. Blog
    How 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.

  5. Blog
    Reimplementing 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.

  6. Blog
    Create 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.