sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.09k stars 129 forks source link

fix cloudflare dev attempting to run aws lambda #389

Closed qw-in closed 1 month ago

qw-in commented 1 month ago

Cloudflare dev did not previously check the warp.Runtime for file events. So it would try to run aws lambda's and crash.

Here I've just added the same check as can be seen above for the completeEvents and my crashing is gone

thdxr commented 1 month ago

you're crushing it with these PRs ty