UNPKG

svelte-kit-sst

Version:

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

6 lines (5 loc) 104 B
export function debug(...args) { if (process.env.SST_DEBUG) { console.log(...args); } }