mirror of
https://github.com/danbulant/heaventaker
synced 2026-06-19 06:31:10 +00:00
don't clear console
This commit is contained in:
parent
2bc895f314
commit
226192a19c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"dev": "rollup -c -w",
|
||||
"start": "sirv public"
|
||||
"start": "sirv public --no-clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^17.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue