Fixes Backend OAuth2 Endpoint

This commit is contained in:
2022-11-11 02:30:30 -03:00
parent fbc485698d
commit dd38ed60e7
9 changed files with 34 additions and 14 deletions

View File

@@ -18,6 +18,9 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"allowedCommonJsDependencies": [
"ts-interface-checker"
],
"assets": [
"src/assets",
"src/manifest.webmanifest",
@@ -73,10 +76,12 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "frontend-hideyoshi.com:build:production"
"browserTarget": "frontend-hideyoshi.com:build:production",
"proxyConfig": "src/proxy.conf.json"
},
"development": {
"browserTarget": "frontend-hideyoshi.com:build:development"
"browserTarget": "frontend-hideyoshi.com:build:development",
"proxyConfig": "src/proxy.conf.json"
}
},
"defaultConfiguration": "development"