Closed
Description
Is your feature request related to a problem? Please describe.
While it is possible to prevent the opening of a browser with the playground by configuring the Serve in the meshrc.yaml
with the browser: false
, it is not possible to pass this property in a terminal.
e.g mesh serve --browser false
I have two scripts, one like the one above, and the other one for development with nodemon.
Describe the solution you'd like
I want to be able to start the gateway when I'm not developing it without it opening a browser.
It should be possible to configure the mesh gateway by passing arguments in the terminal e.g. mesh serve --browser false
.
Metadata
Metadata
Assignees
Labels
No labels