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.
In an iterative scenario when you need to restart ladle dev multiple times, it's annoying loosing terminal focus and having multiple browser tabs opening.
Describe the solution you'd like
Would be good to have --no-open or similar option to disable browser open behavior.
Describe alternatives you've considered
None.
Additional context
None.
The text was updated successfully, but these errors were encountered:
This would also be useful for setting up VS Code debugging through ladle: have a task that starts the server, and a browser launch config that can open its own browser instance / attach the debugger
Is your feature request related to a problem? Please describe.
In an iterative scenario when you need to restart
ladle dev
multiple times, it's annoying loosing terminal focus and having multiple browser tabs opening.Describe the solution you'd like
Would be good to have
--no-open
or similar option to disable browser open behavior.Describe alternatives you've considered
None.
Additional context
None.
The text was updated successfully, but these errors were encountered: