Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mesh as a gateway opens a browser, although the browser false property is used (terminal) #2279

Closed
nemonemi opened this issue Jun 7, 2021 · 1 comment

Comments

@nemonemi
Copy link
Contributor

nemonemi commented Jun 7, 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 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.

@nemonemi 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
@Urigo Urigo mentioned this issue Aug 11, 2022
22 tasks
@ardatan
Copy link
Owner

ardatan commented Mar 31, 2023

browser parameter is available in the configuration file;
https://the-guild.dev/graphql/mesh/docs/config-reference#serve-config-reference

@ardatan ardatan closed this as completed Mar 31, 2023
This was referenced Apr 30, 2024
This was referenced May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants