diff options
author | 2024-08-28 00:00:46 +0800 | |
---|---|---|
committer | 2024-08-28 00:00:46 +0800 | |
commit | 9543bdca342bf68d6db705b11c8201d3374ccbe0 (patch) | |
tree | e989ae5d7b78ba39b07e714e055f13766d75bb43 | |
parent | 9a798eabe10c12b6af5c98e23913f23d5896c318 (diff) | |
download | astro-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.ts | 1 |
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" /> |