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.
1 parent 1b93cef commit 3024d46Copy full SHA for 3024d46
templates/inertia.txt
@@ -16,6 +16,8 @@ export const inertia: InertiaConfig = {
16
view: '{{view}}',
17
ssr: {
18
enabled: {{shouldEnableSsr}},
19
+ {{#shouldEnableSsr}}
20
autoreload: process.env.NODE_ENV === 'development',
21
+ {{/shouldEnableSsr}}
22
},
23
};
0 commit comments