mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Better-auth configuration
This commit is contained in:
parent
a02da83781
commit
5d04693a09
9 changed files with 62 additions and 144 deletions
4
src/env.d.ts
vendored
4
src/env.d.ts
vendored
|
|
@ -2,7 +2,7 @@
|
|||
declare namespace App {
|
||||
// Note: 'import {} from ""' syntax does not work in .d.ts files.
|
||||
interface Locals {
|
||||
session: import('./src/utils/session').Session | null
|
||||
user: import('./src/utils/session').User | null
|
||||
user: import('better-auth').User | null
|
||||
session: import('better-auth').Session | null
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue