Skip to content

Commit 88d55d7

Browse files
committed
Added default env for inertia.ssr.dispatch_without_bundle
1 parent 1a97b1a commit 88d55d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/inertia.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

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

28+
'dispatch_without_bundle' => (bool) env('INERTIA_SSR_DISPATCH_WITHOUT_BUNDLE', false),
29+
2830
// 'bundle' => base_path('bootstrap/ssr/ssr.mjs'),
2931

3032
],

0 commit comments

Comments
 (0)