don't clear screen when updating

This commit is contained in:
Daniel Bulant 2023-01-21 19:30:49 +01:00
parent edbd913501
commit 4626e08dd7

View file

@ -16,7 +16,8 @@ const config = {
transformerDirectives(), transformerDirectives(),
transformerVariantGroup(), transformerVariantGroup(),
], ],
}), sveltekit()] }), sveltekit()],
clearScreen: false,
}; };
export default config; export default config;