UNPKG

astro-sst

Version:

Adapter that allows Astro to deploy your site to AWS utilizing SST.

4 lines (3 loc) 207 B
import type { AstroIntegration } from "astro"; import { IntegrationConfig } from "./lib/build-meta.js"; export default function createIntegration(entrypointParameters?: IntegrationConfig): AstroIntegration;