Files
Botexercito/Frontend/angular-internal-chat/node_modules/@schematics/angular/server/schema.d.ts
T

14 lines
285 B
TypeScript
Raw Normal View History

2026-03-22 18:07:19 +00:00
/**
* Pass this schematic to the "run" command to set up server-side rendering for an app.
*/
export interface Schema {
/**
* The name of the project.
*/
project: string;
/**
* Do not install packages for dependencies.
*/
skipInstall?: boolean;
}