This commit is contained in:
Tao Hansen 2025-04-14 11:12:43 +02:00 committed by GitHub
commit 6dc00b3d74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -7,8 +7,6 @@ services:
args:
- NODE_ENV=development
container_name: excalidraw
ports:
- "3000:80"
restart: on-failure
stdin_open: true
healthcheck:

View file

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