Setup for serving the production build of frontend from the pyramid app

This commit is contained in:
Amritanshu 2019-08-19 16:39:10 +05:30
parent f9e784b12f
commit 9a03428c92
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"build": { "build": {
"builder": "@angular-devkit/build-angular:browser", "builder": "@angular-devkit/build-angular:browser",
"options": { "options": {
"outputPath": "dist/bookie", "outputPath": "../brewman/static",
"index": "src/index.html", "index": "src/index.html",
"main": "src/main.ts", "main": "src/main.ts",
"polyfills": "src/polyfills.ts", "polyfills": "src/polyfills.ts",