mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: fix typo in nuxi analyze output (#3022)
This commit is contained in:
parent
1672148a87
commit
a3579b7a1c
@ -50,7 +50,7 @@ export default defineNuxtCommand({
|
|||||||
return (_req, res) => { res.end(contents) }
|
return (_req, res) => { res.end(contents) }
|
||||||
})
|
})
|
||||||
|
|
||||||
console.warn('Do not deploy analyze results! Use `nuxi build` before deployng.')
|
console.warn('Do not deploy analyze results! Use `nuxi build` before deploying.')
|
||||||
|
|
||||||
console.info('Starting stats server...')
|
console.info('Starting stats server...')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user