From 7059e4df3bae976167a929ad585981cc9372bc96 Mon Sep 17 00:00:00 2001 From: Chopin85 Date: Fri, 7 Mar 2025 15:33:41 +0100 Subject: [PATCH] Fix docker composer up --- excalidraw-app/vite.config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/excalidraw-app/vite.config.mts b/excalidraw-app/vite.config.mts index 57a4d19ec..a1777f62c 100644 --- a/excalidraw-app/vite.config.mts +++ b/excalidraw-app/vite.config.mts @@ -113,6 +113,7 @@ export default defineConfig(({ mode }) => { workbox: { // don't precache fonts, locales and separate chunks + maximumFileSizeToCacheInBytes: 5 * 1024 * 1024, // 5MB globIgnores: [ "fonts.css", "**/locales/**",