Skip to content

Commit 4dbc18f

Browse files
committed
feat: remove cli and improve logging
1 parent 8885057 commit 4dbc18f

File tree

17 files changed

+259
-470
lines changed

17 files changed

+259
-470
lines changed

_demo/.nuxtrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hub.projectId=4
1+
hub.projectId=4

_demo/nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ export default defineNuxtConfig({
88
],
99
ui: {
1010
icons: ['heroicons', 'simple-icons']
11+
},
12+
hub: {
13+
// local: true
1114
}
1215
})

cli/commands/deploy.mjs

Lines changed: 0 additions & 39 deletions
This file was deleted.

cli/commands/link.mjs

Lines changed: 0 additions & 54 deletions
This file was deleted.

cli/commands/login.mjs

Lines changed: 0 additions & 68 deletions
This file was deleted.

cli/commands/logout.mjs

Lines changed: 0 additions & 26 deletions
This file was deleted.

cli/commands/unlink.mjs

Lines changed: 0 additions & 39 deletions
This file was deleted.

cli/commands/whoami.mjs

Lines changed: 0 additions & 18 deletions
This file was deleted.

cli/index.mjs

Lines changed: 0 additions & 32 deletions
This file was deleted.

cli/utils/config.mjs

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)