mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
⚙️ chore: Update Build Config due to Windows Tests (#9511)
* chore: remove `rollup-plugin-generate-package-json` * chore: increase maximum file size to cache in Vite configuration for windows builds
This commit is contained in:
parent
035f85c3ba
commit
7de6f6e44c
6 changed files with 2 additions and 249 deletions
|
@ -48,7 +48,7 @@ export default defineConfig(({ command }) => ({
|
|||
'manifest.webmanifest',
|
||||
],
|
||||
globIgnores: ['images/**/*', '**/*.map', 'index.html'],
|
||||
maximumFileSizeToCacheInBytes: 4 * 1024 * 1024,
|
||||
maximumFileSizeToCacheInBytes: 6 * 1024 * 1024,
|
||||
navigateFallbackDenylist: [/^\/oauth/, /^\/api/],
|
||||
},
|
||||
includeAssets: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue