From d55da3a0953984f8c7393db6ecf7174601f8d4cd Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 11 Feb 2023 16:31:45 -0600 Subject: [PATCH] Add astro types to env --- src/env.d.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/env.d.ts diff --git a/src/env.d.ts b/src/env.d.ts new file mode 100644 index 0000000..8c34fb4 --- /dev/null +++ b/src/env.d.ts @@ -0,0 +1 @@ +/// \ No newline at end of file