Skip to content

Commit f917ff2

Browse files
committed
Added default env for inertia.ssr.dispatch_without_bundle
1 parent 092fd31 commit f917ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/inertia.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
'url' => env('INERTIA_SSR_URL', 'http://127.0.0.1:13714'),
2727

28-
'dispatch_without_bundle' => false,
28+
'dispatch_without_bundle' => (bool) env('INERTIA_SSR_DISPATCH_WITHOUT_BUNDLE', false),
2929

3030
// 'bundle' => base_path('bootstrap/ssr/ssr.mjs'),
3131

0 commit comments

Comments
 (0)