mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
fix(nuxi): pass --no-clear
config through to vite (#21262)
This commit is contained in:
parent
a302fe8062
commit
f84df08dbc
@ -112,6 +112,9 @@ export default defineNuxtCommand({
|
||||
ready: false,
|
||||
overrides: {
|
||||
logLevel: args['log-level'],
|
||||
vite: {
|
||||
clearScreen: args.clear
|
||||
},
|
||||
...(options.overrides || {})
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user