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 3d1d9d8 commit 16265aaCopy full SHA for 16265aa
src/reload.ts
@@ -46,7 +46,6 @@ export function reload({ app, watch, options = {} }) {
46
</script>`;
47
48
app.use((req, res, next) => {
49
- const originalRender = res.render;
50
const originalSend = res.send;
51
52
res.send = function (body) {
0 commit comments