Scaffold web app

This commit was merged in pull request #1.
This commit is contained in:
tedspare
2025-11-18 16:05:05 -05:00
parent 15dce46be2
commit 51a8916a4c
40 changed files with 808 additions and 1 deletions

5
src/lib/auth/actions.ts Normal file
View File

@@ -0,0 +1,5 @@
'use server'
import { actions } from './server'
export const { signIn, signOut, sendMagicLink, getAuthConstants, getSession } = actions