You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError('Nightly release of Nuxt DevTools requires to be installed locally. Learn more at https://github.com/nuxt/devtools/#nightly-release-channel')
30
+
thrownewError('[Nuxt DevTools] Nightly release of Nuxt DevTools requires to be installed locally. Learn more at https://github.com/nuxt/devtools/#nightly-release-channel')
31
31
32
32
constnuxtVersion=awaitgetNuxtVersion(cwd)
33
33
if(!nuxtVersion){
34
-
consola.error('Unable to find any installed nuxt version in the current directory')
34
+
consola.error('[Nuxt DevTools] Unable to find any installed nuxt version in the current directory')
thrownewError(`File extension ${ext} is not allowed to upload, allowed extensions are: ${extensions.join(', ')}\nYou can configure it in Nuxt config at \`devtools.assets.uploadExtensions\`.`)
120
+
thrownewError(`[Nuxt DevTools] File extension ${ext} is not allowed to upload, allowed extensions are: ${extensions.join(', ')}\nYou can configure it in Nuxt config at \`devtools.assets.uploadExtensions\`.`)
121
121
}
122
122
123
123
if(!override){
@@ -150,7 +150,7 @@ export function setupAssetsRPC({ nuxt, ensureDevAuthToken, refresh, options }: N
thrownewError(`Magicast failed to modify Nuxt config automatically. Maybe the config are composed too dynamically that we failed to statically analyze it. ${message}`)
11
+
thrownewError(`[Nuxt DevTools] Magicast failed to modify Nuxt config automatically. Maybe the config are composed too dynamically that we failed to statically analyze it. ${message}`)
0 commit comments