mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-29 01:28:24 +00:00
workflow: dev scripts
This commit is contained in:
parent
4440100995
commit
1a2f353782
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"vite": "vite",
|
||||
"serve": "yarn --cwd ../server start",
|
||||
"dev": "npm-run-all --parallel serve vite",
|
||||
"build": "vite build",
|
||||
"serve": "vite preview"
|
||||
"start": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "2.6.14",
|
||||
|
|
Loading…
Reference in a new issue