chore(frontend-admin): 🔧 Update Vite build configuration for admin frontend platform
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
e1d0ebe8d2
commit
22e1fa9b79
1 changed files with 3 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue