UNPKG

dev-with-debug

Version:

Auto-start Chrome-based dev server with debugging enabled, streaming LLM-friendly error output

10 lines (7 loc) 181 B
#!/usr/bin/env node const DevWithDebug = require('../index.js'); async function main() { const debug = new DevWithDebug(); await debug.start(); } main().catch(console.error);