const response = await process.env.WORKER_QUEUE.fetch("http://localhost:8787", {
method: "POST",
body: JSON.stringify({
hello: "world",
}),
headers: {
"Content-Type": "application/json",
},
});
const response = await process.env.WORKER_QUEUE.fetch("http://localhost:8787", {
method: "POST",
body: JSON.stringify({
hello: "world",
}),
headers: {
"Content-Type": "application/json",
},
});