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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hub.projectId=4
1+
hub.projectId=4

_demo/nuxt.config.ts

+3
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

-39
This file was deleted.

cli/commands/link.mjs

-54
This file was deleted.

cli/commands/login.mjs

-68
This file was deleted.

cli/commands/logout.mjs

-26
This file was deleted.

cli/commands/unlink.mjs

-39
This file was deleted.

cli/commands/whoami.mjs

-18
This file was deleted.

cli/index.mjs

-32
This file was deleted.

cli/utils/config.mjs

-34
This file was deleted.

0 commit comments

Comments
 (0)