How to return a file from Deployd? Neither of these work. ctx.res.setHeader('Content-Type', 'application/zip'); ctx.res.end(fs.readFileSync(filePath)); or setResult(fs.readFileSync(filePath));