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