electrobun-debugging
Installation
SKILL.md
Electrobun Debugging
Comprehensive debugging and troubleshooting guide for Electrobun applications.
Development Environment
Basic Development Setup
# Development mode with hot reload
bun run dev
# Development mode with verbose logging
DEBUG=* bun run dev
# Development mode with specific debug namespace
DEBUG=electrobun:* bun run dev