mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Merge 757f73a3e8
into 01304aac49
This commit is contained in:
commit
6dc00b3d74
2 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,6 @@ services:
|
|||
args:
|
||||
- NODE_ENV=development
|
||||
container_name: excalidraw
|
||||
ports:
|
||||
- "3000:80"
|
||||
restart: on-failure
|
||||
stdin_open: true
|
||||
healthcheck:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue