managarten/apps/calendar/apps/web
Wuesteon 6239cc7749 fix: use $env/dynamic/private for runtime env vars in SvelteKit hooks
- Updated all web app hooks.server.ts to use $env/dynamic/private
  instead of process.env for reading environment variables
- This allows Docker containers to inject env vars at runtime
- Updated docker-compose.staging.yml with HTTPS staging domains
- Fixes Mixed Content errors when accessing staging via domains

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

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-10 02:20:49 +01:00
..
src fix: use $env/dynamic/private for runtime env vars in SvelteKit hooks 2025-12-10 02:20:49 +01:00
Dockerfile fix(docker): preserve pnpm symlink structure in web Dockerfiles 2025-12-08 19:38:49 +01:00
eslint.config.js improve code quality 2025-12-03 23:42:37 +01:00
package.json 🐛 fix: switch web apps to adapter-node for Docker builds 2025-12-08 16:30:04 +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