inertiajs / inertia-laravel

The Laravel adapter for Inertia.js.
https://inertiajs.com
MIT License
2.01k stars 224 forks source link

Add option for using the bun js runtime in SSR #552

Closed smitssjors closed 10 months ago

smitssjors commented 10 months ago

Addresses #548.

This adds a --runtime option which can either be node or bun. The default is node.

reinink commented 10 months ago

Hey sweet, nice addition, thanks! 🤙