Skip to content

Commit

Permalink
handle select incident on fire perimeter
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Jul 24, 2024
1 parent a687f7b commit 465486d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/wfnews-war/src/main/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "WFNEWS:build:development",
"browserTarget": "WFNEWS:build",
"port": 6200
},
"configurations": {
Expand Down Expand Up @@ -203,7 +203,7 @@
"builder": "@storybook/angular:start-storybook",
"options": {
"configDir": ".storybook",
"browserTarget": "WFNEWS:build:development",
"browserTarget": "WFNEWS:build",
"compodoc": true,
"compodocArgs": [
"-e",
Expand Down

0 comments on commit 465486d

Please sign in to comment.