diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-04 21:12:12 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-04 21:12:12 +0100 |
| commit | d494739e4823424bb54d81e21b57e4725544eb07 (patch) | |
| tree | c48674bd43ca613dc2b6b33d122e4418b05d93ba /frontend/src/env.d.ts | |
| parent | ab2f15dcc05350567b08460679c87d7e01af87a6 (diff) | |
WIP tidy up later
Diffstat (limited to 'frontend/src/env.d.ts')
| -rw-r--r-- | frontend/src/env.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/env.d.ts b/frontend/src/env.d.ts index f964fe0..acef35f 100644 --- a/frontend/src/env.d.ts +++ b/frontend/src/env.d.ts @@ -1 +1,2 @@ +/// <reference path="../.astro/types.d.ts" /> /// <reference types="astro/client" /> |
