Skip to content

Commit 6f6f0d1

Browse files
committed
fix: simplify schema description for command result
Update JSDoc and schema to use concise description.
1 parent 211001a commit 6f6f0d1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

schemas/ui__bundle-dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"required": ["url", "devServerUrl"],
1818
"additionalProperties": false,
19-
"description": "Command execution result What the sf ui-bundle dev command returns to the user"
19+
"description": "Command execution result"
2020
}
2121
}
2222
}

src/config/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export type { ManifestChangeEvent } from './ManifestWatcher.js';
2222

2323
/**
2424
* Command execution result
25-
* What the sf ui-bundle dev command returns to the user
2625
*/
2726
export type UiBundleDevResult = {
2827
/** Proxy server URL (where user should open browser) */

0 commit comments

Comments
 (0)