SvelteKit Adapter Bun v0.4
Adapter for SvelteKit apps that generates a standalone Bun server.
- WebSocket Server
- Polyfills
You can add your polyfills in
src/polyfills.js
file.
- Static file compression
- Gzip
- Brotli
- Sending static assets
- Option to disable sending
- Range header support (Fixed oven-sh/bun#616)
- Auto create
package.json
file with dependencies (changed package name) - New bundler esbuild