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
Once Lambo has finished bootstrapping a new project it automatically opens it in a browser—this behavior should be configurable.
By default, Lambo should NOT open the project in a browser.
Configuring Open In Browser functionality
Add/set the OPEN_BROWSER property in ~/.lambo/config.
# Enable opening in a browserOPEN_BROWSER=true
# disable opening in a browser (default, can be omitted)OPEN_BROWSER=false
Upgrading existing installations
# ------------------------------------------------------------------------------# 14-Aug-2021 11:40 am (auto-generated by Lambo)# ------------------------------------------------------------------------------# Lambo has introduced new configuration options. They have been added here with# sensible defaults; however, you should review them.# ------------------------------------------------------------------------------# Configure whether Lambo should open the new project in a browser.## NOTE: Set to true to maintain current behavior.## Possible values:# true, 1, "yes" or "on"# false (default), 0, "no" or "off"OPEN_BROWSER=true
This discussion was converted from issue #158 on August 24, 2021 17:36.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Once Lambo has finished bootstrapping a new project it automatically opens it in a browser—this behavior should be configurable.
By default, Lambo should NOT open the project in a browser.
Configuring Open In Browser functionality
Add/set the
OPEN_BROWSER
property in~/.lambo/config
.Upgrading existing installations
Beta Was this translation helpful? Give feedback.
All reactions