UNPKG

astro-sst

Version:

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

6 lines (5 loc) 147 B
export function debug(...args) { if (process.env.SST_DEBUG) { console.log(...args.map((arg) => JSON.stringify(arg, null, 2))); } }