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 1a97b1a commit 88d55d7Copy full SHA for 88d55d7
config/inertia.php
@@ -25,6 +25,8 @@
25
26
'url' => env('INERTIA_SSR_URL', 'http://127.0.0.1:13714'),
27
28
+ 'dispatch_without_bundle' => (bool) env('INERTIA_SSR_DISPATCH_WITHOUT_BUNDLE', false),
29
+
30
// 'bundle' => base_path('bootstrap/ssr/ssr.mjs'),
31
32
],
0 commit comments