We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inertia.ssr.dispatch_without_bundle
1 parent 092fd31 commit f917ff2Copy full SHA for f917ff2
config/inertia.php
@@ -25,7 +25,7 @@
25
26
'url' => env('INERTIA_SSR_URL', 'http://127.0.0.1:13714'),
27
28
- 'dispatch_without_bundle' => false,
+ 'dispatch_without_bundle' => (bool) env('INERTIA_SSR_DISPATCH_WITHOUT_BUNDLE', false),
29
30
// 'bundle' => base_path('bootstrap/ssr/ssr.mjs'),
31
0 commit comments