From 9a03428c92279bdbbaa5bdfd99b9683c65b8150d Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Mon, 19 Aug 2019 16:39:10 +0530 Subject: [PATCH] Setup for serving the production build of frontend from the pyramid app --- bookie/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookie/angular.json b/bookie/angular.json index 3517734..ad151bc 100644 --- a/bookie/angular.json +++ b/bookie/angular.json @@ -13,7 +13,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/bookie", + "outputPath": "../brewman/static", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts",