[FIXED] TS Bun Deployment Fails with with googleapis lib
Hi, noticed that deployment of TS Bun script is failing, even though code execution works as expected when the script is tested
mimimum reproducible .ts bun script
Steps to reproduce:
Saved lockfile
mimimum reproducible .ts bun script
Steps to reproduce:
- Paste code into TS script (Bun)
- Replace client_email / private_key with placeholder strings
- Hit run
- Observe bun install working as expected
- Observe bun code execution working as expected
- Attempt to Deploy
- Observe deploy failing with
```
job=01933508-cf2b-10d0-ee4a-2e47841a8c2f tag=bun worker=wk-default-91914a77b603-Fk2UG hostname=91914a77b603
Saved lockfile
- googleapis@144.0.0
41 packages installed [145.00ms]
process terminated by signal: Some(
9,
), stopped_signal: None, core_dumped: false
```
CE v1.424.0