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?
No description
No description
4 Replies
wesbos
wesbosOP•13mo ago
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?
James
James•13mo ago
That is the correct directory The dashboard won't list different routes under functions
wesbos
wesbosOP•13mo ago
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
James
James•13mo ago
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 🙂

Did you find this page helpful?