vite build

This commit is contained in:
elilchen
2023-02-16 22:18:27 +08:00
parent 388ae586ec
commit 85150127bb
14 changed files with 77 additions and 10322 deletions

View File

@@ -1,14 +1,14 @@
{
"build": {
"beforeDevCommand": "",
"beforeBuildCommand": "",
"devPath": "html",
"distDir": "html",
"beforeBuildCommand": "npm run build",
"beforeDevCommand": "npm run dev",
"devPath": "http://127.0.0.1:5177/",
"distDir": "html/dist",
"withGlobalTauri": true
},
"package": {
"productName": "rustdesk_server",
"version": "0.1.1"
"version": "0.1.2"
},
"tauri": {
"allowlist": {