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: detect npx symlink entry point without .js extension
When run via npx, the bin symlink is named 'termbeam' (no .js),
so the endsWith('termbeam.js') check failed and the server never
started. Use path.basename() to match both 'termbeam' and
'termbeam.js'.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments