Files
Roger db96abfa70 fix: change -d2e to -D in source instead of patching Commander.js
bun build caches Commander.js from npm, making postinstall sed patch
ineffective. Directly changed the flag to single-char -D in:
- src/main.tsx (Option definition)
- src/utils/debug.ts (argv check)

Removed Commander.js patching from postinstall.sh.
2026-04-01 10:28:40 +08:00
..