Local function changes are not getting picked up
Hello, I am new to supabase and just set up local server. Everything is working minus local edge functions.
They are served, but my updates are not being hot related. Even worse, is even if I restart supabase or functions serve, my changes are still not getting picked up.
Steps:
They are served, but my updates are not being hot related. Even worse, is even if I restart supabase or functions serve, my changes are still not getting picked up.
Steps:
- supabase start
- supabase functions serve
- test function via curl
- Update function print statement
- test function again (but still prints old statement)