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": ""
},
"serve": {
"executor": "@angular-devkit/build-angular:dev-server",
"executor": "@nx/angular:webpack-dev-server",
"options": {
"browserTarget": "client:build",
"proxyConfig": "apps/client/proxy.conf.json"

Loading…
Cancel
Save