Tee Ming
Tee Ming
I've run into a hurdle and can't figure out how to get esbuild to recognise `@vercel/edge` as a dependency to bundle. Is the only option for users need to manually...
Updated the PR to include the same reroute fixes from https://github.com/sveltejs/kit/pull/13092 in the Vercel and Netlify middleware functions
There's currently an issue with Vercel rewrites discarding the SvelteKit form action in the URL because the query parameter doesn't have a value https://github.com/vercel/vercel/issues/12902 ~~EDIT: the issue has been resolved~~
> [Demonstration repository](https://github.com/orisrightpaw/abort-test) Is there any way to turn this into a test?
Reposting from my Discord comment: I'm not overly familiar with Node.js but from some digging it seems like `readableAborted` is easily replicated like how Patrick mentioned in his comment. Node.js...
Thanks for this PR! Is there any chance you could continue the work from https://github.com/sveltejs/kit/pull/11674 so that it's implemented in the Netlify and Vercel adapters too? I think if the...
Thank you! > Also, I haven't added `read` for netlify & vercel yet, since edge environment can't be easily tested locally for them as far as I know (vercel requires...
I've added support to the Netlify and Vercel adapters. Also added a test suite for Netlify now that the local dev environment supports edge functions.
> @eltigerchino I found a solution that avoids adding a new export: tweak SvelteKit's `read` implementation to handle async values. Could you take another look? Thanks! That's a really nice...
> In the meantime I wonder if we could just invoke `sirv` since the only thing we do is call `netlify serve`. I'm not sure what all `netlify serve` does...