/** * SvelteKit integration for the temperature toolkit. * * A `handle` hook that injects the pre-paint bootstrap into every rendered * page's ``, so an app gets flash-free unit rendering by adding one line * to `hooks.server.ts` — no `app.html` edits and no hand-copied script to drift. * It runs at prerender time too, so it works with the static adapter. */ import type { Handle } from '@sveltejs/kit'; import { type BootstrapOptions } from './bootstrap'; /** * Create a SvelteKit `handle` that injects the unit bootstrap `