first commit

This commit is contained in:
2026-04-14 19:44:21 -05:00
commit 068576cf4b
36 changed files with 13680 additions and 0 deletions

9
h3.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
import type { AuthContext } from './server/types/auth'
declare module 'h3' {
interface H3EventContext {
auth?: AuthContext
}
}
export {}