UNPKG

@drop-in/new

Version:

A SvelteKit Svelte 5 PocketBase Starter Kit with a CLI

5 lines (3 loc) 182 B
import { AuthService } from './auth-service'; import { DrizzlePostgresDataSource } from './drizzle-pg-source'; export const auth = new AuthService(new DrizzlePostgresDataSource());