1
0
cvsa-legacy/packages/temp_frontend/.wrangler/tmp/deploy-41aj6n/no-op-worker.js

16 lines
353 B
JavaScript

// ../../node_modules/.bun/wrangler@4.46.0/node_modules/wrangler/templates/no-op-worker.js
var no_op_worker_default = {
fetch() {
return new Response("Not found", {
status: 404,
headers: {
"Content-Type": "text/html"
}
});
}
};
export {
no_op_worker_default as default
};
//# sourceMappingURL=no-op-worker.js.map