Browse Source

Replace executor to @nx/angular:webpack-dev-server

pull/2156/head
Thomas 2 years ago
parent
commit
2e33512790
  1. 2
      apps/client/project.json

2
apps/client/project.json

@ -110,7 +110,7 @@
"defaultConfiguration": "" "defaultConfiguration": ""
}, },
"serve": { "serve": {
"executor": "@angular-devkit/build-angular:dev-server", "executor": "@nx/angular:webpack-dev-server",
"options": { "options": {
"browserTarget": "client:build", "browserTarget": "client:build",
"proxyConfig": "apps/client/proxy.conf.json" "proxyConfig": "apps/client/proxy.conf.json"

Loading…
Cancel
Save