managarten/apps/calendar/apps/web
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
..
src 🔧 refactor: implement 12-factor runtime config for all web apps 2025-12-15 21:33:50 +01:00
static 🔧 refactor: implement 12-factor runtime config for all web apps 2025-12-15 21:33:50 +01:00
docker-entrypoint.sh 🐛 fix(docker): remove pre-compressed config files at runtime 2025-12-16 04:43:11 +01:00
Dockerfile 🐛 fix(docker): add better-auth-types to web app Dockerfiles 2025-12-16 02:59:51 +01:00
eslint.config.js improve code quality 2025-12-03 23:42:37 +01:00
package.json fix(deps): add missing zod dependency to Calendar and Chat web apps for CI 2025-12-15 23:41:37 +01:00
svelte.config.js 🐛 fix: switch web apps to adapter-node for Docker builds 2025-12-08 16:30:04 +01:00
tsconfig.json feat(calendar): add complete calendar app with backend, web, and landing 2025-12-02 13:15:04 +01:00
vite.config.ts feat(calendar): add complete calendar app with backend, web, and landing 2025-12-02 13:15:04 +01:00