@angular/ssr
Advanced tools
Comparing version 19.1.3 to 19.1.4
{ | ||
"name": "@angular/ssr", | ||
"version": "19.1.3", | ||
"version": "19.1.4", | ||
"description": "Angular server side rendering utilities", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -7,3 +7,3 @@ /** | ||
*/ | ||
export interface Schema { | ||
export type Schema = { | ||
/** | ||
@@ -24,2 +24,2 @@ * The name of the project you want to enable SSR for. If not specified, the CLI will | ||
skipInstall?: boolean; | ||
} | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1688622
15321