Hi there
Is there a way to access the integrant system in production? I’d like to connect to my production system via NREPL. cc: @vemv
integrant.repl.state/system gives you the entire system given that you have already started it
but at the ns name hints, that's a dev facility, correct?
You could manually save the state in an atom and then inspect that after connecting. Assuming all you want to do is READ the config and not WRITE to it