fix: add missing export-html vendor files

- Add .gitignore negation for vendor path
- Restore marked.min.js from pi-mono upstream
- Restore highlight.min.js from pi-mono upstream

Fixes build failure in pi-coding-agent caused by
global vendor/ ignore rule excluding vendored libs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel Reschke 2026-03-13 10:38:13 +01:00
parent 2140a4de07
commit a2d724a8b4
3 changed files with 1220 additions and 0 deletions

1
.gitignore vendored
View file

@ -23,6 +23,7 @@ __pycache__/
venv/
target/
vendor/
!packages/pi-coding-agent/src/core/export-html/vendor/
*.log
coverage/
.cache/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long