From 8797d3169bf6ab79f019804085df77e0eaaab11b Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 02:49:57 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- bun.lockb | Bin 301429 -> 301429 bytes src/index.ts | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lockb b/bun.lockb index 24ab88dd2f309f2533252f4deb59a72c3c793a37..12382866d3d6d2face0f22449712fa89968029fa 100755 GIT binary patch delta 32 ncmeymN$Be)p@tU57N#xCT9RyWmU^aoM(qZY%-anlSzH?c!xRbh delta 32 ncmeymN$Be)p@tU57N#xCT9Ry*dZv0t4DAMz%-anlSzH?czAy=v diff --git a/src/index.ts b/src/index.ts index 9659d9a0..9b479c4a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,12 +1,15 @@ import { program } from 'commander' import pack from '../package.json' import { addCommand } from './app/add' +// import { watchApp } from './app/watch'; +import { debugApp } from './app/debug' import { deleteApp } from './app/delete' import { getInfo } from './app/info' import { listApp } from './app/list' import { setApp } from './app/set' import { setSetting } from './app/setting' import { cleanupBundle } from './bundle/cleanup' +import { checkCompatibilityCommand } from './bundle/compatibility' import { decryptZip } from './bundle/decrypt' import { decryptZipV2 } from './bundle/decryptV2' import { deleteBundle } from './bundle/delete' @@ -23,13 +26,10 @@ import { setChannel } from './channel/set' import { initApp } from './init' import { createKeyCommand, saveKeyCommand } from './key' import { createKeyCommandV2, deleteOldKeyCommandV2, saveKeyCommandV2 } from './keyV2' + import { loginCommand } from './login' import { getUserId } from './user/account' -// import { watchApp } from './app/watch'; -import { debugApp } from './app/debug' -import { checkCompatibilityCommand } from './bundle/compatibility' - program .name(pack.name) .description('Manage packages and bundle versions in Capgo Cloud')