diff --git a/svelte.config.js b/svelte.config.js index 476541a..72d9a87 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -13,7 +13,10 @@ const config = { kit: { adapter: adapter({ precompress: true - }) + }), + vite: { + clearScreen: false + } }, extensions: ['.svelte', '.md'],