You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adapter-vercel provides an edge option to deploy the app using edge functions instead of serverless functions.
It's not possible to override this option on a per-endpoint basis.
Describe the proposed solution
export const edge = false or export const edge = true in +server.js to override the global edge option.
Alternatives considered
No response
Importance
i cannot use SvelteKit without it
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
adapter-vercel
provides anedge
option to deploy the app using edge functions instead of serverless functions.It's not possible to override this option on a per-endpoint basis.
Describe the proposed solution
export const edge = false
orexport const edge = true
in+server.js
to override the globaledge
option.Alternatives considered
No response
Importance
i cannot use SvelteKit without it
Additional Information
No response
The text was updated successfully, but these errors were encountered: