mirror of
https://github.com/danbulant/slightlyComplicatedTicTacToe
synced 2026-07-06 11:40:36 +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(),
|
transformerDirectives(),
|
||||||
transformerVariantGroup(),
|
transformerVariantGroup(),
|
||||||
],
|
],
|
||||||
}), sveltekit()]
|
}), sveltekit()],
|
||||||
|
clearScreen: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue