hey folks- having trouble deploying my
hey folks- having trouble deploying my app to cloudflare. It seems only the static bits are being uploaded, I dont see any of the dynamic routes being turned into functions, or any of the bindings I've setup in settings show up. Should I be?


4 Replies
OH, my deploy command is this:
"pages:deploy": "npm run pages:build && wrangler pages deploy .vercel/output/static",
which is what the npx command gave me when I started the project. I guess I should change that eh
what part of the .vercel folder should be uploaded?That is the correct directory
The dashboard won't list different routes under functions
okay, I think maybe i was having an issue with bindings then. Ill take a look - thanks
gotcha - okay it doesnt list bindings either. So it was working all along I just assumed it wasnt
thank you
Yep 🙂 and the summary we generate isn't standard cloudflare stuff that would be easily displayed in the dashboard, it's just a description of what we found during processing before merging it all into one worker 🙂