mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Update astro.ts (#11665)
This commit is contained in:
parent
ac56f3de63
commit
64f81e92d1
1 changed files with 1 additions and 1 deletions
|
@ -2339,7 +2339,7 @@ export type GetDataEntryInfoReturnType = { data: Record<string, unknown>; rawDat
|
|||
|
||||
export interface AstroAdapterFeatures {
|
||||
/**
|
||||
* Creates and edge function that will communiate with the Astro middleware
|
||||
* Creates an edge function that will communiate with the Astro middleware
|
||||
*/
|
||||
edgeMiddleware: boolean;
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue