新增支付配置备份导出功能
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vue-tsc -b --watch & vite --host 0.0.0.0",
|
||||
"build": "vue-tsc -b && vite build",
|
||||
"dev": "vue-tsc -b --noEmit --watch & vite --host 0.0.0.0",
|
||||
"build": "vue-tsc -b --noEmit && vite build",
|
||||
"preview": "vite preview --host 0.0.0.0",
|
||||
"typecheck": "vue-tsc -b --noEmit"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user