fix: add compiled installer dist so CLI installation works

The bootstrap script (install.sh) fetches installer/dist/index.js from
main, but it was never committed due to the global dist/ gitignore rule.
Added negation rule and the compiled installer bundle.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2026-02-19 22:06:05 -05:00
parent 4ab601fc9f
commit 8d46c00dd8
2 changed files with 2108 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
datasets/
node_modules/
dist/
!installer/dist/
*.log
.DS_Store
.env

2107
installer/dist/index.js vendored Normal file

File diff suppressed because it is too large Load Diff