Repo set up as example for this issue
Example repository for issue using Svelte's remote functions with the deno-adapter.
Run these commands to build with the adapter and start the production build on :8000
> deno install
> deno task build-and-run
Open http://localhost:8000/ and click the button to illustrate the issue.