mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-24 19:34:08 +01:00
chore: install/declare rollup at latest, update vite precache
This commit is contained in:
parent
7c1ee242eb
commit
be2abf09cc
3 changed files with 38 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ export default defineConfig({
|
|||
},
|
||||
workbox: {
|
||||
globPatterns: ['assets/**/*.{png,jpg,svg,ico}', '**/*.{js,css,html,ico,woff2}'],
|
||||
maximumFileSizeToCacheInBytes: 3 * 1024 * 1024,
|
||||
maximumFileSizeToCacheInBytes: 4 * 1024 * 1024,
|
||||
},
|
||||
manifest: {
|
||||
name: 'LibreChat',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue