diff --git a/packages/astro/src/core/app/types.ts b/packages/astro/src/core/app/types.ts index cf34364ecd..09f0a79d2f 100644 --- a/packages/astro/src/core/app/types.ts +++ b/packages/astro/src/core/app/types.ts @@ -13,7 +13,8 @@ export interface RouteInfo { file: string; links: string[]; scripts: // Integration injected - (| { children: string; stage: string } + ( + | { children: string; stage: string } // Hoisted | { type: 'inline' | 'external'; value: string } )[];