Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/express-engine/schematics/install/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions modules/express-engine/schematics/install/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export interface Schema {
serverPort?: number;
/**
* The name of the application directory.
* @deprecated This option has no longer any effect
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: 'no longer has'

*/
appDir?: string;
/**
Expand Down