Files
Pake/src-tauri/tauri.conf.json
2023-03-08 12:04:14 +08:00

33 lines
512 B
JSON

{
"package": {
"productName": "",
"version": "1.0.0"
},
"tauri": {
"windows": [
{
"url": "https://riju.codes/",
"transparent": true,
"fullscreen": false,
"width": 1200,
"height": 780,
"resizable": true
}
],
"security": {
"csp": null
},
"updater": {
"active": false
}
},
"build": {
"devPath": "../dist",
"distDir": "../dist",
"beforeBuildCommand": "",
"beforeDevCommand": ""
}
}