diff --git a/docker-compose.yml b/docker-compose.yml index b82053e57..562692f6a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,8 +7,6 @@ services: args: - NODE_ENV=development container_name: excalidraw - ports: - - "3000:80" restart: on-failure stdin_open: true healthcheck: diff --git a/excalidraw-app/vite.config.mts b/excalidraw-app/vite.config.mts index 29e5c0430..d9c883a66 100644 --- a/excalidraw-app/vite.config.mts +++ b/excalidraw-app/vite.config.mts @@ -140,6 +140,8 @@ export default defineConfig(({ mode }) => { }, workbox: { + // allow size build +2MB (default) + maximumFileSizeToCacheInBytes: 5000000, // don't precache fonts, locales and separate chunks globIgnores: [ "fonts.css",