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 committed Apr 25, 2023
1 parent 87ac061 commit 72babff
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 72babff

Please sign in to comment.