31 lines
601 B
JSON
31 lines
601 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "sprimo-tauri",
|
|
"version": "0.1.0",
|
|
"identifier": "com.sprimo.tauri",
|
|
"build": {
|
|
"frontendDist": "../../frontend/tauri-ui/dist",
|
|
"beforeDevCommand": "",
|
|
"beforeBuildCommand": ""
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "sprimo-tauri",
|
|
"width": 416,
|
|
"height": 416,
|
|
"decorations": false,
|
|
"transparent": true,
|
|
"alwaysOnTop": true,
|
|
"resizable": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": false
|
|
}
|
|
}
|