inertiajs / inertia-laravel

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

Update StartSsr.php to support rutime options #555

Closed nikosv closed 3 months ago

nikosv commented 9 months ago

This commit allows to start the runtime with specific options. For example by running php artisan inertia:start-ssr --runtime_options=--max-old-space-size=4096 one can explicitly configure the memory limit and execute something like: node --max-old-space-size=4096 bootstrap/ssr/ssr.mjs

driesvints commented 3 months ago

Heya. We removed our master branch. Feel free to re-attempt this to 1.x!