managarten/apps/calendar/apps/web
Wuesteon 834b11d1d1 🐛 fix(staging): add missing PUBLIC_*_CLIENT env vars for runtime config
Web apps use hooks.server.ts to inject window.__PUBLIC_*__ variables at
runtime, but docker-compose.staging.yml was only setting vars for
docker-entrypoint.sh config.json. This caused web apps to fall back to
localhost URLs in production.

Changes:
- Add PUBLIC_*_CLIENT env vars for all staging web apps
- Update calendar-web hooks.server.ts to inject contacts API URL
2025-12-19 03:26:59 +01:00
..
src 🐛 fix(staging): add missing PUBLIC_*_CLIENT env vars for runtime config 2025-12-19 03:26:59 +01:00
static 🐛 fix(calendar): use runtime config for cross-app service URLs 2025-12-16 05:10:01 +01:00
docker-entrypoint.sh 🐛 fix(calendar): use runtime config for cross-app service URLs 2025-12-16 05:10:01 +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