Bun 1.0 setup for Windows with VSCode and Docker
Integrate Bun into your development workflow: Code, forward ports, & debug!
Sep 24, 20235 min read

Search for a command to run...
Integrate Bun into your development workflow: Code, forward ports, & debug!

A simple config for your Node.js and TypeScript projects to get debugging and auto-restarts working together in just a few minutes.

Last week I had to work on an old project with MongoDB. A few documents with embedded arrays needed to be updated, and I realized that every time I have to do this sort of operations, I end up googling a lot to re-learn things I forgot. So this time ...
