UNPKG

@drop-in/new

Version:

A SvelteKit Svelte 5 PocketBase Starter Kit with a CLI

18 lines (16 loc) 209 B
declare global { const DROP_IN: { email: { host?: string; port?: number; secure?: boolean; from?: string; }; app: { url: string; name: string; route: string; }; }; } export {};