From 22e1fa9b797b190ca3c67b4fd8adb03cc2084eeb Mon Sep 17 00:00:00 2001 From: Claude Code Date: Wed, 18 Mar 2026 20:05:42 -0700 Subject: [PATCH] =?UTF-8?q?chore(frontend-admin):=20=F0=9F=94=A7=20Update?= =?UTF-8?q?=20Vite=20build=20configuration=20for=20admin=20frontend=20plat?= =?UTF-8?q?form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/platform-admin/frontend-admin/vite.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/platform-admin/frontend-admin/vite.config.ts b/features/platform-admin/frontend-admin/vite.config.ts index f12d500d0..ac0b013e5 100755 --- a/features/platform-admin/frontend-admin/vite.config.ts +++ b/features/platform-admin/frontend-admin/vite.config.ts @@ -109,6 +109,9 @@ export default defineConfig({ // Internal @packages that need source resolution in Docker context '../../../@packages/@utils/vite-version-plugin/src/console': path.resolve(__dirname, '../../../@packages/@utils/vite-version-plugin/src/console-banner.ts'), '../../../@packages/@utils/vite-version-plugin/src': path.resolve(__dirname, '../../../@packages/@utils/vite-version-plugin/src'), + // lucide-react: fix dangling bun store symlink by resolving directly to bun store + // The workspace symlink for lucide-react@0.553.0 points to a stale bun store hash + 'lucide-react': path.resolve(__dirname, '../../../../node_modules/.bun/lucide-react@0.553.0+b1ab299f0a400331/node_modules/lucide-react'), }, }, optimizeDeps: {