Change8

@sveltejs/kit@2.64.0

📦 sveltekitView on GitHub →
1 features🐛 1 fixes

Summary

This release introduces the ability for commands to accept File objects and fixes an issue related to server component bundling when SSR is off.

✨ New Features

  • Commands can now receive File objects.

🐛 Bug Fixes

  • Prevented server components from being bundled when SSR is disabled for a specific route.