Is there a way to re-build faster with `wrangler pages dev`?

I'm making a website and testing it with wrangler pages dev frontend/build --port 8787 --local. But everytime I update my HTML, I have to run npm run build which takes a while to finish. Is there a way to just make it update small HTML changes without having to rebuild each and every time?
1 Reply
harshil1712
harshil17125mo ago
Hey, can you share some more details? Like any framework you are using or is it just vanilla HTML?

Did you find this page helpful?