feat: added desktop on tauri

This commit is contained in:
Arduinum
2026-01-29 15:40:05 +03:00
committed by Arduinum628
parent fc13ed61d4
commit e4d98a64fd
6 changed files with 751 additions and 25 deletions

View File

@@ -10,17 +10,21 @@
"beforeBuildCommand": "cd ../client && npm run build"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"label": "main",
"title": "Kawai-Focus",
"width": 800,
"height": 600,
"resizable": true,
"fullscreen": false
"fullscreen": false,
"devtools": true
}
],
"security": {
"csp": null
"csp": null,
"capabilities": ["default"]
}
},
"bundle": {