summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2024-08-28 00:00:46 +0800
committerGravatar GitHub <noreply@github.com> 2024-08-28 00:00:46 +0800
commit9543bdca342bf68d6db705b11c8201d3374ccbe0 (patch)
treee989ae5d7b78ba39b07e714e055f13766d75bb43
parent9a798eabe10c12b6af5c98e23913f23d5896c318 (diff)
downloadastro-9543bdca342bf68d6db705b11c8201d3374ccbe0.tar.gz
astro-9543bdca342bf68d6db705b11c8201d3374ccbe0.tar.zst
astro-9543bdca342bf68d6db705b11c8201d3374ccbe0.zip
Remove lingering env.d.ts files (#11852)
-rw-r--r--packages/integrations/vercel/test/hosted/hosted-astro-project/src/env.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/integrations/vercel/test/hosted/hosted-astro-project/src/env.d.ts b/packages/integrations/vercel/test/hosted/hosted-astro-project/src/env.d.ts
deleted file mode 100644
index f964fe0cf..000000000
--- a/packages/integrations/vercel/test/hosted/hosted-astro-project/src/env.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-/// <reference types="astro/client" />