mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-24 11:16:12 +01:00
feat: update client package dependencies and Rollup configuration
- Added rollup-plugin-postcss to package.json and updated package-lock.json. - Enhanced Rollup configuration to include postcss plugin for CSS handling. - Updated index.ts to export all components from the components directory for better modularity.
This commit is contained in:
parent
2af4ca5b5c
commit
ae43b4eed0
4 changed files with 1087 additions and 9 deletions
|
|
@ -1,9 +1,10 @@
|
|||
// Components
|
||||
export { default as Toast } from './components/Toast';
|
||||
export * from './components';
|
||||
|
||||
// Hooks
|
||||
export * from './hooks';
|
||||
|
||||
export * from './common';
|
||||
// Common types
|
||||
export * from './common/types';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue