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
* If `true`, your app will be deployed as a [Netlify Edge Function](https://docs.netlify.com/build/edge-functions/overview/) rather than the standard Node-based function.
* @default false
*/
edge?: boolean;
/**
* If `true`, your app will be split into multiple functions instead of a single one for the entire app.
*
* If `edge` is `true`, this option cannot be used.