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
Lando machine must be destroyed if switching from versioned to local. This is because while the lando/backdrop plugin will clear out the bee folders if bee !== false , it won't do anything if bee: false
Small tweak to the lando recipe will allow to switch between different versions using: lando rebuild -y
Rather than: lando destroy -y && lando start
The text was updated successfully, but these errors were encountered:
Lando machine must be destroyed if switching from versioned to local. This is because while the lando/backdrop plugin will clear out the bee folders if
bee !== false
, it won't do anything ifbee: false
Small tweak to the lando recipe will allow to switch between different versions using:
lando rebuild -y
Rather than:
lando destroy -y && lando start
The text was updated successfully, but these errors were encountered: