You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Node.js compatibility for file upload and status bar
- Replace Bun.file() with fs/promises.readFile() in file/upload.ts
- Export resetStatusBar() function to fix test state pollution (Issue #9)
These changes make the CLI work in pure Node.js environments without Bun.
0 commit comments