From 2e335127903999f716320127a5535745765ce573 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Fri, 4 Aug 2023 19:38:56 +0200 Subject: [PATCH] Replace executor to @nx/angular:webpack-dev-server --- apps/client/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/project.json b/apps/client/project.json index 536af231d..cbb9939ac 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -110,7 +110,7 @@ "defaultConfiguration": "" }, "serve": { - "executor": "@angular-devkit/build-angular:dev-server", + "executor": "@nx/angular:webpack-dev-server", "options": { "browserTarget": "client:build", "proxyConfig": "apps/client/proxy.conf.json"