16 lines
353 B
JavaScript
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
|