From 7dd07b963ab83457a091b931de6a7732f7db796b Mon Sep 17 00:00:00 2001 From: Anirban Biswas <139000437+Rustix69@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:17:16 +0530 Subject: [PATCH] Update project.json --- 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 4bb7fe296..428619d04 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -200,7 +200,7 @@ "command": "shx cp node_modules/ionicons/dist/index.js dist/apps/client" }, { - "command": "shx cp node_modules/ionicons/dist/ionicons.js dist/apps/client" + "command": "shx cp node_modules/ionicons/dist/esm/ionicons.js dist/apps/client" }, { "command": "shx cp -r node_modules/ionicons/dist/ionicons/* dist/apps/client/ionicons"