Problem with local dev setup
Hi everyone, I developing a vite/react project and using page functions for some serverside logic. My problem is that the TS code in ./functions folder does not automatically get updated so I have to restart wrangler every time.
If possible I would prefer automatic update without need to restart wrangler. Any ideas on how to get this to work?
"dev": "wrangler pages dev --port=3006 -- npx vite --host",
0 Replies