Skip to content

Commit

Permalink
pass in new no engine option
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Jul 21, 2024
1 parent 0b7036e commit dea80f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lando
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ if (runtime === 4) {
lando.bootstrap(bsLevel).then(lando => {
// If bootstrap level is APP then we need to get and init our app to generate the app task cache
if (bsLevel === 'APP') {
lando.getApp().init().then(() => cli.run(getTasks(appConfig, cli.argv()), appConfig));
lando.getApp().init({noEngine: true}).then(() => cli.run(getTasks(appConfig, cli.argv()), appConfig));
// Otherwise run as yooz
} else {
cli.run(getTasks(appConfig, cli.argv()), appConfig);
Expand Down

0 comments on commit dea80f1

Please sign in to comment.