summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
authorGravatar Arsh <69170106+lilnasy@users.noreply.github.com> 2023-10-10 14:06:35 +0000
committerGravatar GitHub <noreply@github.com> 2023-10-10 19:36:35 +0530
commitc071458257b014efcae7ec7e29d5d87d5ecaf8b6 (patch)
tree304078f02d38021702b96cecbc3189ff9c6689eb /packages/integrations
parent0ab6bad7dffd413c975ab00e545f8bc150f6a92f (diff)
downloadastro-c071458257b014efcae7ec7e29d5d87d5ecaf8b6.tar.gz
astro-c071458257b014efcae7ec7e29d5d87d5ecaf8b6.tar.zst
astro-c071458257b014efcae7ec7e29d5d87d5ecaf8b6.zip
chore: removed adapters cleanup (#8726)
* update ci, readme, comments, remote workspaces * fix hosted test fixture * keep adapter config typedocs
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/vercel/test/hosted/hosted-astro-project/src/env.d.ts2
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" />