diff options
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/vercel/test/hosted/hosted-astro-project/src/env.d.ts | 2 |
1 files changed, 1 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 index f7cbe9c1d..f964fe0cf 100644 --- 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 @@ -1 +1 @@ -/// <reference types="astro/client-image" /> +/// <reference types="astro/client" /> |