defineVercelFetchAsync function
Installs a Vercel Fetch export from an asynchronously-built engine.
Implementation
void defineVercelFetchAsync(Future<Engine> engine) {
defineFetchExportAsync('Vercel', engine, capabilities: vercelCapabilities);
}
Installs a Vercel Fetch export from an asynchronously-built engine.
void defineVercelFetchAsync(Future<Engine> engine) {
defineFetchExportAsync('Vercel', engine, capabilities: vercelCapabilities);
}