Serve headless with containerized development environment
fhdkhan opened this issue · 4 comments
fhdkhan commented
Is there any way to tell lein serve
to not to invoke the browser. This is not feasible for containerized development environment.
qdhaiqiang commented
I don’t want it to automatically start the browser, in case frontend is not finished building.
How to try?
yogthos commented
You'd have to pass :open-browser? false
to ring-server that's started here.
qdhaiqiang commented
@yogthos It's the correct answer, Thanks you very much.
holyjak commented
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.