Re-enable clearscreen

It's currently preventing ctrl+c in certain terminal emulators, so better to leave it out for now
This commit is contained in:
rijkvanzanten
2023-05-19 09:51:58 -04:00
parent a708ec79d8
commit ac09abbae8

View File

@@ -23,7 +23,7 @@
"scripts": {
"build": "vite build",
"build-storybook": "storybook build",
"dev": "vite --clearScreen false",
"dev": "vite",
"storybook": "storybook dev -p 6006",
"test": "vitest --watch=false",
"typecheck": "vue-tsc --noEmit -p tsconfig.json"