SvelteKit +page.server.ts to universal +page.ts conversion for Capacitor mobile apps
Gotchas when converting SvelteKit server loads to universal loads for Capacitor: locals unavailable, server imports fail, timezone APIs survive, type gaps hide in loader but surface in components.
@ideal-rain-33