update
This commit is contained in:
parent
6f3a08867f
commit
36d554c16b
30 changed files with 5790 additions and 650 deletions
5
src/env.d.ts
vendored
5
src/env.d.ts
vendored
|
@ -1 +1,6 @@
|
|||
/// <reference types="astro/client" />
|
||||
declare namespace App {
|
||||
interface Locals {
|
||||
email: string;
|
||||
}
|
||||
}
|
Reference in a new issue