forked from probablycorey/baudy
- Add bin entry and CLI shim for `bunx baudy` - Add JSX pragmas so hono/jsx resolves without tsconfig - Add bunfig.toml, .npmignore for publishing - Reorder error hints to prioritize headphone disconnect Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
41 B
TypeScript
3 lines
41 B
TypeScript
#!/usr/bin/env bun
|
|
import './src/server'
|