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 c26433f commit 0c39d88Copy full SHA for 0c39d88
src/commands/lightning/dev/component.ts
@@ -88,7 +88,7 @@ export default class LightningDevComponent extends SfCommand<void> {
88
rootDir,
89
mode: 'dev',
90
port,
91
- name: name ? `c/${name}` : 'c/',
+ name: `c/${name ?? ''}`,
92
namespacePaths,
93
});
94
}
0 commit comments