更新启动

This commit is contained in:
super
2026-06-08 11:50:02 +08:00
parent 84d1afcdc5
commit 9a3480dcb3
4 changed files with 15 additions and 41 deletions

View File

@@ -4,9 +4,10 @@
"version": "0.1.15",
"identifier": "com.aiclient.desktop",
"build": {
"beforeDevCommand": "npm run dev --prefix ../aiclient_ui",
"beforeDevCommand": "npm --prefix ../aiclientpureui run dev",
"beforeBuildCommand": "npm --prefix ../aiclientpureui run build:tauri",
"devUrl": "http://localhost:1420",
"frontendDist": "frontend-stub"
"frontendDist": "../../aiclientpureui/dist"
},
"app": {
"withGlobalTauri": true,