Testing provider locally
Hi, I've written a new provider for novu (ntfy) but I'm struggling to test it within the web UI. I'm running the project using start:dev from the root of the repo. The issues I'm facing are:
- There's a weird reload issue making the UI feel unresponsive
- The provider shows up but the config options don't match
- It doesn't let me select an environment
- Saving doesn't work, I'm getting a network error when doing so
I feel like I'm probably missing something in the project configuration, could you point me in the right direction on how to get it running locally properly?