Skip to content

Commit 51386dd

Browse files
committed
Revert "fix: resolve TypeScript error and update command snapshots"
This reverts commit d1bafc1.
1 parent d1bafc1 commit 51386dd

File tree

3 files changed

+1
-25
lines changed

3 files changed

+1
-25
lines changed

command-snapshot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"command": "lightning:dev:site",
2121
"flagAliases": [],
2222
"flagChars": ["l", "n", "o"],
23-
"flags": ["flags-dir", "get-latest", "guest", "name", "ssr", "target-org"],
23+
"flags": ["flags-dir", "get-latest", "guest", "name", "target-org", "ssr"],
2424
"plugin": "@salesforce/plugin-lightning-dev"
2525
}
2626
]

src/commands/lightning/dev/site.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import fs from 'node:fs';
88
import { SfCommand, Flags } from '@salesforce/sf-plugins-core';
99
import { Connection, Logger, Messages, SfProject } from '@salesforce/core';
1010
import { Platform } from '@salesforce/lwc-dev-mobile-core';
11-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
12-
// @ts-ignore: No type definitions available for @lwrjs/api
1311
import { expDev, SitesLocalDevOptions, setupDev } from '@lwrjs/api';
1412
import open from 'open';
1513
import { OrgUtils } from '../../../shared/orgUtils.js';

src/lwrjs-api.d.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)