Skip to content

Commit

Permalink
Do not use production as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
ftkg committed Oct 18, 2023
1 parent b5efe8c commit 2ac3c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
]
}
},
"defaultConfiguration": "production"
"defaultConfiguration": "local"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down

0 comments on commit 2ac3c0d

Please sign in to comment.