We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebba3ce commit 02d464dCopy full SHA for 02d464d
core/LiteNode/methods/extendResponse.js
@@ -1,5 +1,6 @@
1
import { STE } from "../../STE/ste.js"
2
import { getContentType } from "../../utils/getContentType.js"
3
+import { readFileSync } from "node:fs"
4
5
export function extendResponse(nativeRes) {
6
nativeRes.redirect = (location, statusCode = 302) => {
0 commit comments