rm usless thing
This commit is contained in:
parent
76755baa1d
commit
cd234f5b37
13
front/src/env.d.ts
vendored
13
front/src/env.d.ts
vendored
@ -1,22 +1,11 @@
|
|||||||
/// <reference path="../.astro/types.d.ts" />
|
|
||||||
/// <reference types="astro/client" />
|
|
||||||
|
|
||||||
|
|
||||||
export interface ImportMetaEnv {
|
export interface ImportMetaEnv {
|
||||||
NODE_ENV: string
|
NODE_ENV: string
|
||||||
APP_URL: string
|
APP_URL: string
|
||||||
|
|
||||||
POCKETBASEURL: string
|
POCKETBASE_URL: string
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ImportMeta {
|
interface ImportMeta {
|
||||||
readonly env: ImportMetaEnv
|
readonly env: ImportMetaEnv
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
declare namespace App {
|
|
||||||
/**
|
|
||||||
* Middlewares variables
|
|
||||||
*/
|
|
||||||
interface Locals {}
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user