v0.1.4: Drop tsx, align scripts to bun-native execution
Drop tsx, align scripts to bun-native execution
All build/script invocations switched from tsx to bun run; test script uses bunx vitest run; start scripts use bun runtime directly. tsx removed from devDependencies. Funding block added.
Changed:
- All scripts/* invocations: tsx → bun run
test: vitest run → bunx vitest runstart:stdio/start:http: node → bun ./dist/index.js; barestartalias removedfundingblock added (GitHub Sponsors, Buy Me a Coffee)tsxremoved from devDependencies
53 tests pass; bun run devcheck clean.