Update Electron and TypeScript configurations to include new icon package

- Added '@cherrystudio/ui/icons' to the Electron Vite configuration for improved icon management.
- Updated TypeScript configuration to include type definitions for the new icon package.
- Removed unused dependencies from yarn.lock to streamline package management.
This commit is contained in:
MyPrototypeWhat
2025-11-14 18:02:47 +08:00
parent 9d75b0972e
commit bce8e5cc7f
4 changed files with 21 additions and 153 deletions

View File

@@ -112,6 +112,7 @@ export default defineConfig({
'@cherrystudio/ai-core': resolve('packages/aiCore/src'),
'@cherrystudio/extension-table-plus': resolve('packages/extension-table-plus/src'),
'@cherrystudio/ai-sdk-provider': resolve('packages/ai-sdk-provider/src'),
'@cherrystudio/ui/icons': resolve('packages/ui/src/components/icons'),
'@cherrystudio/ui': resolve('packages/ui/src')
}
},