From b7dd3fa697516f1610831d5f1240e46d5adbee0b Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 29 Jul 2023 14:28:45 +0200 Subject: [PATCH] Fix output path --- apps/client/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/project.json b/apps/client/project.json index 4660ef1cb..aef0078d7 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -32,7 +32,7 @@ { "glob": "favicon.ico", "input": "apps/client/src/assets", - "output": "./../" + "output": "{workspaceRoot}/dist/apps/client/" }, { "glob": "LICENSE",