Ernest Badu
Ernest Badu
`Resource.App` does not currently work on Cloudflare Workers. Using `0.0.364` with the following worker script and config: ```typescript functions/worker.ts // functions/worker.ts import { Resource } from "sst"; export default {...
Closes [`#438`](https://github.com/sst/ion/issues/438#issue-2303655639) - just stripping the `SST_RESOURCE_` prefix like it already does. Will require a new release of the npm package.
Relating to [`#321`](https://github.com/sst/ion/issues/321#issue-2267027275), it seems live workers do not work when calling other RPC workers (sst v0.0.330). Steps to reproduce: 1. Clone [repo](https://github.com/Ernxst/ion-cf-dev-issue) 2. Set environment variables and install providers...
### Describe the bug In a monorepo with a simple SvelteKit app, running coverage with `@vitest/coverage-istanbul` does not work. Tests pass but collecting coverage fails with the following error: ```shell...