Justin Lin ⟔

Dev

CAT stack (Cloudflare - Astro - Turso)

Features:

[Cloudflare]

[Astro]

[Turso]

[Bonus: bun]

VSCode

Automatically attach debugger to node processes (2023-10-30)

This is a useful setting where if you run a node process from VSCode, the debugger is automatically attached, so you don’t need to remember to hit the debug button.

"debug.javascript.autoAttachFilter": "always",

Back