We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc352ca + 501987f commit 6f6fe5aCopy full SHA for 6f6fe5a
src/commands/lightning/dev/component.ts
@@ -105,7 +105,7 @@ export default class LightningDevComponent extends SfCommand<void> {
105
port,
106
name: name ? `c/${name}` : undefined,
107
namespacePaths,
108
- open: process.env.OPEN_BROWSER ? process.env.OPEN_BROWSER === 'true' : false,
+ open: process.env.OPEN_BROWSER === 'false' ? false : true,
109
});
110
}
111
0 commit comments