From acab039f9b8e94a71f77fc1c3914bfdd045b8156 Mon Sep 17 00:00:00 2001 From: Meisam Seyed Aliroteh Date: Thu, 26 Oct 2023 11:47:49 -0700 Subject: [PATCH] re-export everything --- src/index.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f49feb9..3a5afba 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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';