managarten/apps/matrix/apps/web
Till-JS 3b745cf068 fix(matrix-web): disable SSR for app routes to fix $state error
Svelte 5 runes in @manacore/shared-ui components were not being
transformed correctly during SSR, causing "$state is not defined"
errors. Since matrix-js-sdk requires browser APIs anyway, disabling
SSR for the (app) routes is the correct solution.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 16:12:44 +01:00
..
src fix(matrix-web): disable SSR for app routes to fix $state error 2026-01-30 16:12:44 +01:00
Dockerfile fix(matrix-web): inline navigation stores to avoid shared-stores dependency 2026-01-29 17:08:39 +01:00
package.json feat(matrix): add PillNavigation and theming integration 2026-01-29 14:41:59 +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 fix(matrix-web): inline navigation stores to avoid shared-stores dependency 2026-01-29 17:08:39 +01:00