Skip to content

Commit

Permalink
fix(@nguniversal/express-engine): remove default value of appDir op…
Browse files Browse the repository at this point in the history
…tion

This option is no longer used by the universal schematic.

Fixes #2779
  • Loading branch information
alan-agius4 committed Aug 26, 2022
1 parent 6dcce85 commit d9a1346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/express-engine/schematics/install/schema.json
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
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
*/
appDir?: string;
/**
Expand Down

0 comments on commit d9a1346

Please sign in to comment.