Skip to content

Commit

Permalink
chore(ui): fix new angular output path
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Jul 5, 2024
1 parent d90ae04 commit 8b25f33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions springwolf-ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/springwolf-ui",
"outputPath": {
"base": "dist/springwolf-ui",
"browser": ""
},
"index": "src/asyncapi-ui.html",
"browser": "src/main.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
Expand Down

0 comments on commit 8b25f33

Please sign in to comment.