Open AI-Mozi opened 7 months ago
According to this toot, we could just ass rerun
or entr
to the Procfile.dev
and tell it what files to watch and it will kill/re-execute the command if any of them change. Seems kind of heavy handed though, I would prefer an in-code reloader that didn't re-start the whole app and web server.
I think we should consider changing
Sinatra::Reloader
toan alternative like rerun or rack-unreloader
because it's deprecated.