mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
disable screen clearing in vite dev
This commit is contained in:
parent
dfc3a258c7
commit
b8651f4e55
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,10 @@ const config = {
|
|||
kit: {
|
||||
adapter: adapter({
|
||||
precompress: true
|
||||
})
|
||||
}),
|
||||
vite: {
|
||||
clearScreen: false
|
||||
}
|
||||
},
|
||||
extensions: ['.svelte', '.md'],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue