chore(frontend-admin): 🔧 Update Vite build configuration for admin frontend platform

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-18 20:05:42 -07:00
parent e1d0ebe8d2
commit 22e1fa9b79

View file

@ -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: {