managarten/apps/calendar/apps
Wuesteon bdbe66d2df 🐛 fix(docker): remove pre-compressed config files at runtime
SvelteKit pre-compresses static files (config.json.br, config.json.gz)
during build. When docker-entrypoint.sh regenerates config.json at
runtime, the server still serves the stale compressed versions.

This fix removes the .br and .gz files after generating the fresh
config.json, ensuring browsers receive the correct runtime configuration.

Affected apps: calendar, chat, clock, contacts, manacore

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 04:43:11 +01:00
..
backend 🐛 fix(docker): add better-auth-types to backend Dockerfiles 2025-12-16 03:14:45 +01:00
landing fixes 2025-12-04 00:51:40 +01:00
web 🐛 fix(docker): remove pre-compressed config files at runtime 2025-12-16 04:43:11 +01:00