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.
1 parent 3e06a0a commit 5f6cda6Copy full SHA for 5f6cda6
src/commands/lightning/dev/site.ts
@@ -81,7 +81,7 @@ export default class LightningDevSite extends SfCommand<void> {
81
// Start the dev server
82
const port = parseInt(process.env.PORT ?? '3000', 10);
83
const startupParams = {
84
- sfCli: true,
+ sfCLI: true,
85
authToken,
86
open: true,
87
port,
0 commit comments