I'm using Figwheel to compile and debug my ClojureScript app. It is awesome!
I have one issue, which is that when my app is running locally with HTTPS (https://localhost:3000), Figwheel doesn't recognize it and doesn't connect to the browser.
Do I need to add anything to my project to solve this?