UNPKG

nextjs-auth-starter

Version:

CLI tool to set up Next.js authentication with better-auth, PostgreSQL, and Drizzle ORM. Usage: npx nextjs-auth-starter init

4 lines (3 loc) 126 B
export function cn(...inputs: (string | undefined | null | boolean)[]): string { return inputs.filter(Boolean).join(" "); }