UNPKG

@astrojs/vercel

Version:
4 lines (3 loc) 195 B
import type { AstroIntegration } from 'astro'; import type { VercelServerlessConfig } from '../index.js'; export default function staticAdapter(config: VercelServerlessConfig): AstroIntegration;