Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): typo in allowedHosts warning for …
Browse files Browse the repository at this point in the history
…unsupported vite options

(cherry picked from commit 7fdaf84)
  • Loading branch information
cexbrayat authored and clydin committed Mar 19, 2024
1 parent cf17331 commit 3f601a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function execute(

if (options.allowedHosts?.length) {
context.logger.warn(
`The "allowedHost" option will not be used because it is not supported by the "${builderName}" builder.`,
`The "allowedHosts" option will not be used because it is not supported by the "${builderName}" builder.`,
);
}

Expand Down

0 comments on commit 3f601a1

Please sign in to comment.