diff --git a/modules/express-engine/schematics/install/schema.json b/modules/express-engine/schematics/install/schema.json index b503f033e..4ec114260 100644 --- a/modules/express-engine/schematics/install/schema.json +++ b/modules/express-engine/schematics/install/schema.json @@ -37,7 +37,7 @@ "type": "string", "format": "path", "description": "The name of the application directory.", - "default": "app" + "x-deprecated": "This option has no effect." }, "rootModuleFileName": { "type": "string", diff --git a/modules/express-engine/schematics/install/schema.ts b/modules/express-engine/schematics/install/schema.ts index 58fcd4819..e6b8bd5c2 100644 --- a/modules/express-engine/schematics/install/schema.ts +++ b/modules/express-engine/schematics/install/schema.ts @@ -29,6 +29,7 @@ export interface Schema { serverPort?: number; /** * The name of the application directory. + * @deprecated This option has no longer any effect */ appDir?: string; /**