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" }