diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/astro/src/cli/add/index.ts | 1 | ||||
-rw-r--r-- | packages/integrations/vercel/test/hosted/hosted-astro-project/src/env.d.ts | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/packages/astro/src/cli/add/index.ts b/packages/astro/src/cli/add/index.ts index 859a95c0a..b63f693aa 100644 --- a/packages/astro/src/cli/add/index.ts +++ b/packages/astro/src/cli/add/index.ts @@ -74,7 +74,6 @@ const OFFICIAL_ADAPTER_TO_IMPORT_MAP: Record<string, string> = { vercel: '@astrojs/vercel/serverless', cloudflare: '@astrojs/cloudflare', node: '@astrojs/node', - deno: '@astrojs/deno', }; // Users might lack access to the global npm registry, this function 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" /> |