mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-07 09:10:55 +00:00
The mock bun shim was broken on CI (ubuntu-latest, no real bun): - Only passed $2 to node, dropping -- field default args needed by _fly_json - Didn't strip TypeScript annotations (: any[], as any) that node can't parse Fixes: - shift 2 to preserve extra args, forward them to both real bun and node - sed -E strips TS type annotations before passing to node --input-type=module - All fly tests now pass under the node-only CI fallback path Co-authored-by: lab <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| e2e.sh | ||
| macos-compat.sh | ||
| mock-curl-script.sh | ||
| mock.sh | ||
| qa-dry-run.sh | ||
| record.sh | ||
| run.sh | ||
| test-sandbox.sh | ||
| update-readme.py | ||