can you hot reload edge functions with next-on-pages?
can you hot reload functions with next-on-pages? changing
page.tsx
page.tsx
changes the UI for me.. but doesn't reload the basic
api/hello
api/hello
function from @cloudflare/latest, is this by design or a bug? it looks like it tries to reload the function multiple time but doesn't give me a different string.