All SDKs

Astro

v0.1.1beta

@allstak/astro

Install

The GitHub README couldn't be loaded. Showing the cached install snippets from the SDK catalog.

npm
npm install @allstak/astro
pnpm
pnpm add @allstak/astro

Quick start

// astro.config.mjs
import allstak from '@allstak/astro';
export default defineConfig({ integrations: [allstak({ apiKey: process.env.ALLSTAK_API_KEY })] });