@sveltejs/kit@2.63.0
📦 sveltekitView on GitHub →
✨ 1 features🐛 3 fixes🔧 1 symbols
Summary
This release introduces explicit environment variable configuration and includes several bug fixes related to configuration file checks and service worker compatibility.
✨ New Features
- Added explicit environment variable configuration.
🐛 Bug Fixes
- Removed the check for svelte.config.js before running the sync command.
- Generates a placeholder tsconfig.json to suppress sync-time warnings.
- Allowed the use of $app/env/public within service workers.