managarten/apps/matrix/apps/web
Till JS 45ebfea59d refactor(docker): standardize all web Dockerfiles to use sveltekit-base
Migrate 17 app Dockerfiles from standalone builds (each copying 20+
packages individually) to use the shared sveltekit-base:local image.

Benefits:
- No more missing package COPY errors
- Single base image to maintain
- Consistent build pattern across all apps
- Faster builds (shared deps pre-installed)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 21:56:44 +01:00
..
scripts feat(manalink): add PWA support and rebrand Matrix client 2026-02-01 03:25:45 +01:00
src refactor(packages): consolidate 4 help packages into @manacore/help 2026-03-28 17:36:32 +01:00
static feat(manalink): add PWA support and rebrand Matrix client 2026-02-01 03:25:45 +01:00
Dockerfile refactor(docker): standardize all web Dockerfiles to use sveltekit-base 2026-03-28 21:56:44 +01:00
package.json refactor(packages): consolidate 4 help packages into @manacore/help 2026-03-28 17:36:32 +01:00
svelte.config.js feat(matrix): add SvelteKit Matrix client (Phase 1) 2026-01-28 20:21:13 +00:00
tsconfig.json feat(matrix): add SvelteKit Matrix client (Phase 1) 2026-01-28 20:21:13 +00:00
vite.config.ts chore: commit remaining changes from recent sessions 2026-03-28 17:54:51 +01:00
vitest.config.ts feat(matrix): add tests, E2EE warning, and dynamic homeserver config 2026-03-23 12:18:07 +01:00