We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deployUrl
1 parent 1f9cb86 commit faffdfdCopy full SHA for faffdfd
packages/angular_devkit/build_angular/src/builders/dev-server/vite-server.ts
@@ -57,6 +57,9 @@ export async function* serveWithVite(
57
serverOptions.buildTarget,
58
)) as json.JsonObject & BrowserBuilderOptions;
59
60
+ // Deploy url is not used in the dev-server.
61
+ delete rawBrowserOptions.deployUrl;
62
+
63
const browserOptions = (await context.validateOptions(
64
{
65
...rawBrowserOptions,
0 commit comments