fix: rename save-sync.ts → save-sync.svelte.ts for $state compat
All checks were successful
CI/CD — Build & Deploy / Build & Deploy (push) Successful in 23s

Plain .ts files can't read $state proxies from .svelte.ts modules.
The s.subscribe error was caused by SvelteKit treating the raw signal
as a legacy store. Renaming to .svelte.ts fixes the compilation.
This commit is contained in:
2026-03-28 20:30:52 +01:00
parent 10ff2d32f5
commit cce7fa3190
2 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
startAutoSave,
stopAutoSave,
setupVisibilitySync,
} from '$lib/save-sync';
} from '$lib/save-sync.svelte';
onMount(async () => {
// Init auth