mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
adds shadcn-ui components, and model button to switch chat models
This commit is contained in:
parent
acaef39d12
commit
583fd56ca5
14 changed files with 1700 additions and 196 deletions
|
|
@ -100,6 +100,11 @@ module.exports = {
|
|||
enforce: 'pre',
|
||||
use: ['source-map-loader'],
|
||||
},
|
||||
{
|
||||
test: /\.tsx?$/,
|
||||
use: 'ts-loader',
|
||||
exclude: /node_modules/,
|
||||
},
|
||||
]
|
||||
}
|
||||
// plugins: [new HtmlWebpackPlugin()],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue