Skip to content

Commit

Permalink
re-export everything
Browse files Browse the repository at this point in the history
  • Loading branch information
maliroteh-sf committed Oct 26, 2023
1 parent d83b49a commit acab039
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
export default {};

export * from './cli/commands/force/lightning/local/device/create';
export * from './cli/commands/force/lightning/local/device/list';
export * from './cli/commands/force/lightning/local/device/start';

export * from './cli/commands/force/lightning/lwc/preview';

0 comments on commit acab039

Please sign in to comment.