You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
nemonemi
changed the title
Mesh as a gateway opens a browser, although the browser property is passed (terminal)
Mesh as a gateway opens a browser, although the browser false property is used (terminal)
Jun 8, 2021
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 thebrowser: 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
.The text was updated successfully, but these errors were encountered: