HuLa/src-tauri/tauri.conf.json
2024-10-08 23:10:39 +08:00

29 lines
512 B
JSON

{
"productName": "HuLa",
"version": "2.2.0",
"identifier": "com.tauri.build",
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist",
"devUrl": "http://127.0.0.1:6130"
},
"bundle": {
"resources": [
"tray"
],
"active": true,
"icon": [],
"windows": {},
"macOS": {}
},
"app": {
"withGlobalTauri": true,
"windows": [],
"security": {
"csp": null
},
"macOSPrivateApi": true
}
}