parent
88ff836bfb
commit
2c18529429
2 changed files with 13 additions and 0 deletions
@ -1 +1,9 @@ |
|||||||
/// <reference types="astro/client" />
|
/// <reference types="astro/client" />
|
||||||
|
|
||||||
|
interface ImportMetaEnv { |
||||||
|
GITHUB_SHA: string; |
||||||
|
} |
||||||
|
|
||||||
|
interface ImportMeta { |
||||||
|
readonly env: ImportMetaEnv; |
||||||
|
} |
||||||
|
Loading…
Reference in new issue