UNPKG

svelte-kit-sst

Version:

Adapter for SvelteKit apps to work on AWS Lambda and AWS Lambda@Edge.

6 lines (5 loc) 103 B
export function debug(...args: any[]) { if (process.env.SST_DEBUG) { console.log(...args); } }