Skip to content

Commit 04e461c

Browse files
cleanup
1 parent 5ca0d8c commit 04e461c

File tree

1 file changed

+2
-2
lines changed
  • cli/src/commands/configure

1 file changed

+2
-2
lines changed

cli/src/commands/configure/ide.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ function findLinkedProjectDirs(cwd: string): string[] {
4141
export default class ConfigureIde extends PowerSyncCommand {
4242
static description =
4343
'Configure or guide your IDE setup for the best PowerSync CLI developer experience. Enables YAML schema validation and autocompletion, sets up !env custom tag support, and patches existing config files with language server directives.';
44-
static examples = ['<%= config.bin %> <%= command.id %>'];
45-
static summary = 'Configure your IDE for the best PowerSync CLI developer experience.';
44+
static examples = ['<%= config.bin %> <%= command.id %>'];
45+
static summary = 'Configure your IDE for the best PowerSync CLI developer experience.';
4646

4747
async run(): Promise<void> {
4848
await this.parse(ConfigureIde);

0 commit comments

Comments
 (0)