Update client/angular.json
This commit is contained in:
@@ -62,30 +62,36 @@
|
|||||||
},
|
},
|
||||||
"defaultConfiguration": "production"
|
"defaultConfiguration": "production"
|
||||||
},
|
},
|
||||||
|
|
||||||
"serve": {
|
"serve": {
|
||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
|
|
||||||
"options": {
|
"options": {
|
||||||
|
"host": "0.0.0.0",
|
||||||
|
"port": 4200,
|
||||||
|
|
||||||
|
"allowedHosts": [
|
||||||
|
"dev.vincent-guillet.fr"
|
||||||
|
],
|
||||||
|
|
||||||
"proxyConfig": "proxy.conf.json"
|
"proxyConfig": "proxy.conf.json"
|
||||||
},
|
},
|
||||||
|
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"buildTarget": "client:build:production",
|
"buildTarget": "client:build:production"
|
||||||
"proxyConfig": "proxy.conf.json",
|
|
||||||
"servePath": "/gameovergne/",
|
|
||||||
"publicHost": "dev.vincent-guillet.fr"
|
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"buildTarget": "client:build:development",
|
"buildTarget": "client:build:development"
|
||||||
"proxyConfig": "proxy.conf.json",
|
|
||||||
"servePath": "/gameovergne/",
|
|
||||||
"publicHost": "dev.vincent-guillet.fr"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "production"
|
"defaultConfiguration": "development"
|
||||||
},
|
},
|
||||||
|
|
||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"builder": "@angular-devkit/build-angular:extract-i18n"
|
"builder": "@angular-devkit/build-angular:extract-i18n"
|
||||||
},
|
},
|
||||||
|
|
||||||
"test": {
|
"test": {
|
||||||
"builder": "@angular-devkit/build-angular:karma",
|
"builder": "@angular-devkit/build-angular:karma",
|
||||||
"options": {
|
"options": {
|
||||||
|
|||||||
Reference in New Issue
Block a user