diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 15:08:37 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 15:08:37 +0300 |
| commit | fcc2f4704e39b0e69b377cc138f75027721dac22 (patch) | |
| tree | 732fc94b354a26c08fba9cc9059f9c6c900182be /src/env.d.ts | |
Initial template
Diffstat (limited to 'src/env.d.ts')
| -rw-r--r-- | src/env.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/env.d.ts b/src/env.d.ts new file mode 100644 index 0000000..45786fb --- /dev/null +++ b/src/env.d.ts @@ -0,0 +1,5 @@ +// eslint-disable-next-line @typescript-eslint/triple-slash-reference +/// <reference path="../.astro/types.d.ts" /> +/// <reference types="astro/client" /> +/// <reference types="vite/client" /> +/// <reference types="../vendor/integration/types.d.ts" /> |
