chore: install/declare rollup at latest, update vite precache

This commit is contained in:
Danny Avila 2024-08-28 11:15:39 -04:00
parent 7c1ee242eb
commit be2abf09cc
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364
3 changed files with 38 additions and 1 deletions

View file

@ -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',