@tschk/moonshine-deploy-vercel
v0.3.7
Published
Vercel deployment adapter for Moonshine.
Readme
@tschk/moonshine-deploy-vercel
Vercel deployment adapter for Moonshine.
import { vercelAdapter } from "@tschk/moonshine-deploy-vercel";
await vercelAdapter.build(manifest, ".moonshine");- Target runtimes:
node,vercel-edge. - Capabilities:
streaming,islands,edge. - Output:
.vercel/outputwith static HTML, function directories, andconfig.jsonroute regexes.
Limitations: static catch-all routes are not pre-rendered; each non-static
route becomes a separate function; revalidation is not supported.
See docs/DEPLOYMENT.md and docs/MANIFEST.md.
