From 2c5573c77624fffbedbc129ae4ab37441401b395 Mon Sep 17 00:00:00 2001 From: ANIR1604 Date: Mon, 9 Jun 2025 03:34:34 +0530 Subject: [PATCH] Changed the 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 4bb7fe296..74d143ea9 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/ionicons.js" }, { "command": "shx cp -r node_modules/ionicons/dist/ionicons/* dist/apps/client/ionicons"