mirror of
https://gitee.com/HuLaSpark/HuLa.git
synced 2024-11-30 02:38:30 +08:00
29 lines
512 B
JSON
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
|
|
}
|
|
}
|