Skip to content

Commit 13e19ba

Browse files
authored
fix: ssr streaming json script test case (#6626)
1 parent 524d6af commit 13e19ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/ssr/fixtures/streaming-inline/modern.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ export default applyBaseConfig({
55
router: true,
66
},
77
server: {
8+
useJsonScript: true,
89
ssr: {
910
mode: 'stream',
10-
inlineScript: false,
1111
},
1212
},
1313
});

0 commit comments

Comments
 (0)