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 1c8bcd7 commit bbe653cCopy full SHA for bbe653c
fixtures/flight/server/global.js
@@ -87,6 +87,7 @@ app.all('/', async function (req, res, next) {
87
88
try {
89
const rscResponse = await promiseForData;
90
+ res.set('Content-type', 'text/x-component');
91
rscResponse.pipe(res);
92
} catch (e) {
93
console.error(`Failed to proxy request: ${e.stack}`);
0 commit comments