Skip to content

Commit

Permalink
dont clear screen by vite
Browse files Browse the repository at this point in the history
i want to also see companion's output
  • Loading branch information
mifi committed Mar 19, 2023
1 parent 7ab6e1e commit d63a5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --clearScreen false",
"build": "vite build",
"preview": "vite preview"
}
Expand Down

0 comments on commit d63a5aa

Please sign in to comment.