diff options
Diffstat (limited to 'cds-ui/client/angular.json')
-rw-r--r-- | cds-ui/client/angular.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client/angular.json b/cds-ui/client/angular.json index f6188a6b2..382af6e4d 100644 --- a/cds-ui/client/angular.json +++ b/cds-ui/client/angular.json @@ -17,7 +17,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/cds-ui", + "outputPath": "../server/public", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", |