From 9c9945f0765309b5091608f4fdc89d8f7ffee18e Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 13 Aug 2022 10:13:57 +0200 Subject: [PATCH] Setup ng serve --- angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index 54618f28d..8ee428695 100644 --- a/angular.json +++ b/angular.json @@ -123,7 +123,6 @@ "output": "./../assets/" } ], - "localize": ["en"], "styles": ["apps/client/src/styles.scss"], "scripts": ["node_modules/marked/marked.min.js"], "vendorChunk": true, @@ -135,7 +134,8 @@ }, "configurations": { "development-en": { - "baseHref": "/en/" + "baseHref": "/en/", + "localize": ["en"] }, "production": { "fileReplacements": [