How to stop the master in heroics?

foreman start

launches an application that I can visit on localhost

How can I stop this and return to the prompt and continue playing with the hero?

I am on a Windows computer.

+5
source share
2 answers

Ctrl-C worked for me, but this completes the process. (I'm on Ubuntu, though, but I think the team is the same)

+2
source

I also found Ctrl + C to work, but only when reloading the page.

If I just pressed Ctrl + C without any page requests, they seemed to queue. If I hit it several times, I get several “Sinatra finished my dialing” messages when I finally refresh the page.

0
source

All Articles