From d141642784f9f658ea73adeebce80d95cb81a25c Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 23 Feb 2026 22:29:33 -0800 Subject: [PATCH] =?UTF-8?q?chore(fontend-app):=20=F0=9F=94=A7=20Update=20V?= =?UTF-8?q?ite=20configuration=20file=20for=20optimized=20build=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/profile/frontend-app/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/features/profile/frontend-app/vite.config.ts b/features/profile/frontend-app/vite.config.ts index 3dd0854c0..d5c584364 100755 --- a/features/profile/frontend-app/vite.config.ts +++ b/features/profile/frontend-app/vite.config.ts @@ -13,6 +13,7 @@ export default defineConfig({ resolve: { alias: { '@': resolve(__dirname, './src'), + '@lilith/profile-display-client': resolve(__dirname, '../client/display/src'), '../../../@packages/@utils/vite-version-plugin/src/console': resolve(__dirname, '../../../@packages/@utils/vite-version-plugin/src/console-banner.ts'), }, },