mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 20:03:05 +00:00
- Import photon-node from ESM entry point (photon_rs_bg.js) instead of CJS entry, allowing Bun to embed WASM in compiled binaries - Add photon.d.ts for TypeScript support of ESM entry - Add scripts/build-binaries.sh for local binary builds - Simplify GitHub workflow to use the build script - Add binaries/ to gitignore
34 lines
396 B
Text
34 lines
396 B
Text
node_modules/
|
|
dist/
|
|
*.log
|
|
.DS_Store
|
|
*.tsbuildinfo
|
|
# packages/*/node_modules/
|
|
packages/*/dist/
|
|
packages/*/dist-chrome/
|
|
packages/*/dist-firefox/
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.zed/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Package specific
|
|
.npm/
|
|
coverage/
|
|
.nyc_output/
|
|
.pi_config/
|
|
tui-debug.log
|
|
compaction-results/
|
|
.opencode/
|
|
syntax.jsonl
|
|
out.jsonl
|
|
pi-*.html
|
|
out.html
|
|
packages/coding-agent/binaries/
|