From 1a670ae930d733cf749991c2365d9c6b11708614 Mon Sep 17 00:00:00 2001 From: Vincent Guillet Date: Fri, 28 Nov 2025 15:13:12 +0000 Subject: [PATCH] Update client/angular.json --- client/angular.json | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/client/angular.json b/client/angular.json index 6181e0b..04c6c8d 100644 --- a/client/angular.json +++ b/client/angular.json @@ -62,30 +62,36 @@ }, "defaultConfiguration": "production" }, + "serve": { "builder": "@angular-devkit/build-angular:dev-server", + "options": { + "host": "0.0.0.0", + "port": 4200, + + "allowedHosts": [ + "dev.vincent-guillet.fr" + ], + "proxyConfig": "proxy.conf.json" }, + "configurations": { "production": { - "buildTarget": "client:build:production", - "proxyConfig": "proxy.conf.json", - "servePath": "/gameovergne/", - "publicHost": "dev.vincent-guillet.fr" + "buildTarget": "client:build:production" }, "development": { - "buildTarget": "client:build:development", - "proxyConfig": "proxy.conf.json", - "servePath": "/gameovergne/", - "publicHost": "dev.vincent-guillet.fr" + "buildTarget": "client:build:development" } }, - "defaultConfiguration": "production" + "defaultConfiguration": "development" }, + "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n" }, + "test": { "builder": "@angular-devkit/build-angular:karma", "options": {