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:
parent
2140a4de07
commit
a2d724a8b4
3 changed files with 1220 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -23,6 +23,7 @@ __pycache__/
|
|||
venv/
|
||||
target/
|
||||
vendor/
|
||||
!packages/pi-coding-agent/src/core/export-html/vendor/
|
||||
*.log
|
||||
coverage/
|
||||
.cache/
|
||||
|
|
|
|||
1213
packages/pi-coding-agent/src/core/export-html/vendor/highlight.min.js
vendored
Normal file
1213
packages/pi-coding-agent/src/core/export-html/vendor/highlight.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
6
packages/pi-coding-agent/src/core/export-html/vendor/marked.min.js
vendored
Normal file
6
packages/pi-coding-agent/src/core/export-html/vendor/marked.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue