I see, do you know if there is another way for me to fetch another worker's route handler with the s
I see, do you know if there is another way for me to fetch another worker's route handler with the same zero-latency that RPC would provide?
BINDING.fetch("/some-route", options) ? I couldn't find an example on thispages_build_output_dir should be set to .vercel/output ?

.vercel/output/static

export default async function Page() {
return (
<div
className={
"flex flex-col justify-center items-center min-h-screen py-2 w-full"
}
>
test
</div>
);
}