Files
Pake/src-tauri/tauri.conf.json
2024-12-10 17:23:57 +08:00

18 lines
297 B
JSON

{
"productName": "WeRead",
"identifier": "com.pake.weread",
"version": "2.0.0",
"plugins": {},
"app": {
"security": {
"csp": null
},
"withGlobalTauri": true
},
"build": {
"beforeBuildCommand": "",
"frontendDist": "../dist",
"beforeDevCommand": ""
}
}