From f78d6aad1ec52bf5c305e0fabcc102a9a553ba68 Mon Sep 17 00:00:00 2001 From: adityagarud Date: Sat, 11 Oct 2025 16:28:27 +0530 Subject: [PATCH] refactor(client): remove unused mock localization and build configurations --- apps/client/project.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/client/project.json b/apps/client/project.json index 2b33c96c4..0863e5453 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -136,10 +136,6 @@ "baseHref": "/zh/", "localize": ["zh"] }, - "mock": { - "baseHref": "/en/", - "localize": ["en"] - }, "production": { "fileReplacements": [ { @@ -253,10 +249,6 @@ "development-zh": { "buildTarget": "client:build:development-zh" }, - "mock": { - "buildTarget": "client:build:development-en", - "main": "apps/client/src/main.mock.ts" - }, "production": { "buildTarget": "client:build:production" }