🛵 index.ts

This commit is contained in:
nirholas
2026-03-31 10:22:50 +00:00
parent b16e261615
commit c9080f36d9

View File

@@ -8,3 +8,4 @@ export default {
isEnabled: () => !isEnvTruthy(process.env.DISABLE_LOGOUT_COMMAND),
load: () => import('./logout.js'),
} satisfies Command