mirror of
https://github.com/danbulant/slightlyComplicatedTicTacToe
synced 2026-06-19 22:41:49 +00:00
don't clear screen when updating
This commit is contained in:
parent
edbd913501
commit
4626e08dd7
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ const config = {
|
|||
transformerDirectives(),
|
||||
transformerVariantGroup(),
|
||||
],
|
||||
}), sveltekit()]
|
||||
}), sveltekit()],
|
||||
clearScreen: false,
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
|
|
|||
Loading…
Reference in a new issue