Hey <@94508156243161088> ! I havent double checked, but I'm assuming it generates Pages functions, n
Hey @James ! I havent double checked, but I'm assuming it generates Pages functions, not pure Workers (because it's hosted as Pages, not Workers on Cloudflare). Is that the case?
Pages support is substantially less than Workers on Cloudflare, for example, it does not support
So my question is essentially around how to deploy my app that uses
Pages support is substantially less than Workers on Cloudflare, for example, it does not support
logpush (https://community.cloudflare.com/t/logpush-support/597684) or cron. Discovered this when I tried to add logpush=true to the wrangler.yaml file.So my question is essentially around how to deploy my app that uses
next-on-pages directly as a Workers app on CF, instead of a Pages app so that I can use logpush 


