Include pre-built terminal.js bundle in repo

Users can pip install directly from git URL without needing Bun.
Developers regenerate with: make bundle
This commit is contained in:
GitHub Copilot
2026-01-25 12:48:45 +00:00
parent 6f624b8565
commit 67831a50ee
3 changed files with 108 additions and 4 deletions
+1 -4
View File
@@ -130,9 +130,6 @@ dmypy.json
# textual-webterm specific
textual.log
# Node.js / Bun
# Node.js / Bun (for development only)
node_modules/
bun.lockb
# Built JS bundle (regenerate with: bun run build)
src/textual_webterm/static/js/terminal.js