mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user