fix(nuxi): pass --no-clear config through to vite (#21262)

This commit is contained in:
Daniel Roe 2023-05-31 15:28:09 +01:00 committed by GitHub
parent a302fe8062
commit f84df08dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,9 @@ export default defineNuxtCommand({
ready: false,
overrides: {
logLevel: args['log-level'],
vite: {
clearScreen: args.clear
},
...(options.overrides || {})
}
})