summaryrefslogtreecommitdiff
path: root/src/env.d.ts
diff options
context:
space:
mode:
authorhouston[bot] <astrobot-houston@users.noreply.github.com>2023-08-01 18:48:26 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2023-08-01 18:48:26 +0100
commit6bd4846b71944add485433703d85982b2396d9ad (patch)
tree1a2a41db792a8d3bbb985b2f0e6af1eeed6f3668 /src/env.d.ts
Initial commit from Astro
Diffstat (limited to 'src/env.d.ts')
-rw-r--r--src/env.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env.d.ts b/src/env.d.ts
new file mode 100644
index 0000000..f964fe0
--- /dev/null
+++ b/src/env.d.ts
@@ -0,0 +1 @@
+/// <reference types="astro/client" />