File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# NuxtHub CLI
22
3- Interface with the [ NuxtHub] ( https://hub.nuxt.com ) platform from the command line.
3+ Interface with the [ NuxtHub Console ] ( https://console. hub.nuxt.com ) platform from the command line.
44
55## Installation
66
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { config } from 'dotenv'
99config ( )
1010
1111export const INITIAL_CONFIG = loadUserConfig ( )
12- export const NUXT_HUB_URL = process . env . NUXT_HUB_URL || INITIAL_CONFIG . hub ?. url || 'https://hub.nuxt.com'
12+ export const NUXT_HUB_URL = process . env . NUXT_HUB_URL || INITIAL_CONFIG . hub ?. url || 'https://console. hub.nuxt.com'
1313export const MAX_ASSET_SIZE = 25 * 1024 * 1024
1414
1515export function loadUserConfig ( ) {
You can’t perform that action at this time.
0 commit comments