Cloudflare Pages functions and Cloudflare Workers running alongside each other
I have a project running on Cloudflare Pages with a few functions running out of the
I now would like to make a separate Worker available under
Is there a way for me to do that with Wrangler when developing/testing locally?
/auth path (facilitating GitHub OAuth for a Vue app).I now would like to make a separate Worker available under
/app. Is there a way for me to do that with Wrangler when developing/testing locally?