67931eeadb1d6df76d37b6e584e414f740a800d7
All checks were successful
CI/CD — Build & Deploy / Build & Deploy (push) Successful in 21s
Exported $state proxies were confused with Svelte stores by SvelteKit
runtime, causing "s.subscribe is not a function" on /jeu.
Fix: encapsulate all $state fields in a Game class, export singleton.
Components import { game } and access game.state, game.click(), etc.
Class fields are proper $state — no raw proxy exported.
Description
No description provided
Languages
TypeScript
48.5%
Svelte
30%
JavaScript
15%
CSS
5.9%
Shell
0.3%
Other
0.3%