mirror of
https://github.com/pretix/pretix.git
synced 2026-07-29 08:55:09 +00:00
vite dev server: do not clear screen
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
"doc": "doc"
|
||||
},
|
||||
"scripts": {
|
||||
"dev:control": "vite",
|
||||
"dev:control": "vite --clearScreen=false",
|
||||
"dev:widget": "vite src/pretix/static/pretixpresale/widget",
|
||||
"build": "npm run build:control -s && npm run build:widget -s",
|
||||
"build:control": "vite build",
|
||||
|
||||
Reference in New Issue
Block a user