mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +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,
|
ready: false,
|
||||||
overrides: {
|
overrides: {
|
||||||
logLevel: args['log-level'],
|
logLevel: args['log-level'],
|
||||||
|
vite: {
|
||||||
|
clearScreen: args.clear
|
||||||
|
},
|
||||||
...(options.overrides || {})
|
...(options.overrides || {})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user