cryogen-project/cryogen

Serve headless with containerized development environment

fhdkhan opened this issue · 4 comments

Is there any way to tell lein serve to not to invoke the browser. This is not feasible for containerized development environment.

I don’t want it to automatically start the browser, in case frontend is not finished building.
How to try?

You'd have to pass :open-browser? false to ring-server that's started here.

@yogthos It's the correct answer, Thanks you very much.

It will be more obvious after https://github.com/cryogen-project/cryogen/pull/242/files#diff-d5ee148a4a9e78dc4dff6a50dc4fd315a461fbbe00592a1512ad34e0ac426951R84 is released.

Closing, since the question has been answered.