@sveltejs/kit@3.0.0-next.1
Patch Changes
- fix: reinstate
$app/environmentas an alias for$app/env, in case dependencies import it (#15964)
Fetched June 6, 2026
$app/environment as an alias for $app/env, in case dependencies import it (#15964)Fetched June 6, 2026
Breaking changes include removal of $app/stores, stricter typing of form.error from any to App.Error | undefined, removal of param files in…
Svelte · SvelteKitRemoved base, assets, and resolveRoute from $app/paths, and goto now rejects when called with URLs that do not resolve to routes within the…
Svelte · SvelteKit