diff --git a/packages/astro/src/types/public/integrations.ts b/packages/astro/src/types/public/integrations.ts index de00f87a5613..5b3ae4832d1f 100644 --- a/packages/astro/src/types/public/integrations.ts +++ b/packages/astro/src/types/public/integrations.ts @@ -124,7 +124,6 @@ export interface AstroAdapter { name: string; serverEntrypoint?: string | URL; previewEntrypoint?: string | URL; - devEntrypoint?: string | URL; exports?: string[]; args?: any; adapterFeatures?: AstroAdapterFeatures;