Providers
New
- SvelteKit: Projects using
@sveltejs/adapter-autonow automatically produce and run a Node server without manual adapter configuration. Keep@sveltejs/adapter-autoin your dependencies, and Railpack will selectadapter-nodeduring the build and start it withnode build. by @iloveitaly in #641
Fixed
- React Router: React Router SPA projects with
ssr: falseare now correctly detected and served as static sites, even when the defaultreact-router-serve ./build/server/index.jsstart script is present. by @iloveitaly in #604
CLI
New
- Apt Packages: Custom Apt package lists can now use the
...spread operator to retain packages generated by Railpack. Follow the package installation guide and configure"buildAptPackages": ["...", "build-essential"]or"deploy": { "aptPackages": ["...", "ffmpeg"] }; omit...when you intentionally want to replace the generated list. by @iloveitaly in #645
Fixed
- Mise: Railpack now uses musl-compatible mise binaries on Linux, fixing execution on Alpine and other musl-based hosts. by @iloveitaly in #642
Full Changelog: v0.32.0...v0.33.0
Internal improvements to integration testing, example coverage, logging, and documentation by @iloveitaly.