ci on workers project
Hi folks. I'm creating a Remix app using Cloudflare Workers as a learning exercise. The template I'm using: https://github.com/vhscom/remix-cloudflare-template
I'm able to run
Could that be because Workers projects (those with
I'm able to run
wrangler deploy on this project to run the custom build and deploy the running app to a workers.dev domain. Though when I try and hook this app up to build from the GitHub repo via the Workers & Pages section in the Cloudflare Dashboard it builds and deploys to a pages.dev domain and not a workers.dev domain yet the Preview URLs never resolve.Could that be because Workers projects (those with
main = "index.js") are not yet supported by Cloudflare Pages?

