Skip to content

Commit

Permalink
fix: make forceServerOutput optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Aug 23, 2024
1 parent 032327d commit 00c0fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/types/public/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export interface AstroAdapterFeatures {
/**
* Force Astro to output a server output, even if all the pages are prerendered
*/
forceServerOutput: boolean;
forceServerOutput?: boolean;
}

export interface AstroAdapter {
Expand Down

0 comments on commit 00c0fd2

Please sign in to comment.