I'm also a bit confusing that page functions are out of beta but Cloudflare offered no way to see logs from page functions? I looked everywhere but no avail. The tooling also left a lot to desire, currently I use
wrangler publish --dry-run
wrangler publish --dry-run
to compile my project and rename it to
_worker.js
_worker.js
. I have too many routes to be able to convert to folder structure. Wish there is an easier way to refactor my project.