Skip to content

Commit

Permalink
fix(angular): remote static serve target should not watch for changes (
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored Apr 25, 2023
1 parent 7e64afc commit 4e0df09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export function setupServeTarget(host: Tree, options: Schema) {
options: {
buildTarget: `${options.appName}:build`,
port: options.port,
watch: false,
},
configurations: {
development: {
Expand Down

0 comments on commit 4e0df09

Please sign in to comment.