mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-04-15 14:37:36 +00:00
vite build
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user