diff --git a/client/angular.json b/client/angular.json index ae08619..6181e0b 100644 --- a/client/angular.json +++ b/client/angular.json @@ -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 } -} +} \ No newline at end of file