Skip to content

Commit 5f6cda6

Browse files
committed
fix: minor fix
1 parent 3e06a0a commit 5f6cda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/lightning/dev/site.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default class LightningDevSite extends SfCommand<void> {
8181
// Start the dev server
8282
const port = parseInt(process.env.PORT ?? '3000', 10);
8383
const startupParams = {
84-
sfCli: true,
84+
sfCLI: true,
8585
authToken,
8686
open: true,
8787
port,

0 commit comments

Comments
 (0)