// SPA mode for the in-game shell, mirroring the root layout. The // session bootstrap and the auth gate already live in the root // `+layout.svelte`; this layout just inherits the SPA flags so the // static adapter does not try to prerender a per-game shell at build // time. export const ssr = false; export const prerender = false;