For Workers & Pages, what is the name of the domain?
What is the issue or error you’re encountering
How to enable hot reloading with wrangler pages dev command?
What steps have you taken to resolve the issue?
Team,
I have been trying to setup local dev environment of vue app using cloudflare pages with fucntions. My sample app is GitHub - tmplabs/cloudflare-pages-vue: Boilerplate app for Cloudflare pages+function Vue app.
When I use cloudflare-pages-vue/package.json at c1dae03e0bcf6a2f200307a545f6d8e56bd8f51e · tmplabs/cloudflare-pages-vue · GitHub it does not load functions as only vite is running at this point. When I use cloudflare-pages-vue/package.json at c1dae03e0bcf6a2f200307a545f6d8e56bd8f51e · tmplabs/cloudflare-pages-vue · GitHub wrangler is not hot reloading the functions and vue app so I have to stop and restart app.
Can you please help?