mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Merge 757f73a3e8
into 195a743874
This commit is contained in:
commit
06d027b693
2 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,6 @@ services:
|
||||||
args:
|
args:
|
||||||
- NODE_ENV=development
|
- NODE_ENV=development
|
||||||
container_name: excalidraw
|
container_name: excalidraw
|
||||||
ports:
|
|
||||||
- "3000:80"
|
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
|
@ -140,6 +140,8 @@ export default defineConfig(({ mode }) => {
|
||||||
},
|
},
|
||||||
|
|
||||||
workbox: {
|
workbox: {
|
||||||
|
// allow size build +2MB (default)
|
||||||
|
maximumFileSizeToCacheInBytes: 5000000,
|
||||||
// don't precache fonts, locales and separate chunks
|
// don't precache fonts, locales and separate chunks
|
||||||
globIgnores: [
|
globIgnores: [
|
||||||
"fonts.css",
|
"fonts.css",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue