Added a new development page where it shows the status of the site
This commit is contained in:
8
src/env.d.ts
vendored
8
src/env.d.ts
vendored
@@ -3,3 +3,11 @@
|
||||
/// <reference types="astro/client" />
|
||||
/// <reference types="vite/client" />
|
||||
/// <reference types="../vendor/integration/types.d.ts" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly GITLAB_TOKEN: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
|
Reference in New Issue
Block a user