We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04512a commit dfcdd00Copy full SHA for dfcdd00
README.md
@@ -1,6 +1,6 @@
1
# NuxtHub CLI
2
3
-Interface with the [NuxtHub Console](https://console.hub.nuxt.com) platform from the command line.
+Command Line Interface for the [NuxtHub Admin](https://admin.hub.nuxt.com).
4
5
## Installation
6
src/utils/config.mjs
@@ -9,7 +9,7 @@ import { config } from 'dotenv'
9
config()
10
11
export const INITIAL_CONFIG = loadUserConfig()
12
-export const NUXT_HUB_URL = process.env.NUXT_HUB_URL || INITIAL_CONFIG.hub?.url || 'https://console.hub.nuxt.com'
+export const NUXT_HUB_URL = process.env.NUXT_HUB_URL || INITIAL_CONFIG.hub?.url || 'https://admin.hub.nuxt.com'
13
export const MAX_ASSET_SIZE = 25 * 1024 * 1024
14
15
export function loadUserConfig () {
0 commit comments