breaking: replace edge option with runtime - #17065
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
Install the latest version of pnpm add https://pkg.svelte.dev/@sveltejs/kit/c/5606a03206879d63fba25d70b9c95af3b89ee6d1Open in |
🦋 Changeset detectedLatest commit: 5606a03 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
edge option with runtime
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
In two minds about this. It makes sense on Vercel because you can configure runtime and region independently (and (Having said all that it's very unclear what 'edge location' means exactly — if it's white-labelled Deno Deploy, does that mean the 6 Deno Deploy Classic locations or the 2 Deno Deploy locations?) |
Maybe @serhalp can weigh in on the specifics |
rich has some concerns to resolve
This PR removes the
edge: trueadapter option in favour ofruntime: 'edge' | 'nodejs22.x'etc. This is what we did for the Vercel adapter previously. It makes sense to do this as the next PR will introduce route-level configs