This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

12
node_modules/@schematics/angular/environments/schema.d.ts generated vendored Executable file
View File

@@ -0,0 +1,12 @@
/**
* Generates and configures environment files for your project. Environment files allow you
* to define different settings and configurations for various environments, such as
* development, testing, and production. This schematic helps you create and manage these
* files, making it easier to customize your application's behavior for each environment.
*/
export type Schema = {
/**
* The name of the project where the environment files should be created or updated.
*/
project: string;
};