Building Rack such that I can use the Module Library?

I am working on creating a small change to Rack, and I’d like to be able to use the full Module Library to test out my changes. When I run rack from bash via make run it comes up in devMode and the module library is disabled. I can’t rebuild the full distribution since make dist only works if you are Andrew :-). How can I build or run Rack locally such that I have access to the module library? I’m on MacOS.

1 Like

./Rack

Nothing special is needed, just run the binary.

1 Like

Thanks! I should have tried that.