Changed the frontend build location

This commit is contained in:
Amritanshu Agrawal 2020-05-31 00:01:50 +05:30
parent 013fce2e96
commit 972ee59837
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "../brewman/static",
"outputPath": "../frontend",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",