From c68fcc43b0ebaaf704cae146808997dee90ce333 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:22:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=8E=EF=B8=8F=20index.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/login/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/login/index.ts b/src/commands/login/index.ts index f9bc5a2..d8a0b60 100644 --- a/src/commands/login/index.ts +++ b/src/commands/login/index.ts @@ -12,3 +12,4 @@ export default () => isEnabled: () => !isEnvTruthy(process.env.DISABLE_LOGIN_COMMAND), load: () => import('./login.js'), }) satisfies Command +