{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Run and Log",
"version": "0.3.1",
"identifier": "com.cyberneura.runandlog",
"build": {
"frontendDist": "ui"
},
"app": {
"windows": [
{
"title": "Run and Log",
"width": 900,
"height": 700,
"resizable": true
}
],
"security": {
"csp": "default-src 'self'; style-src 'self' 'unsafe-inline'"
},
"withGlobalTauri": true
},
"bundle": {
"active": false,
"targets": "all",
"icon": [
"icons/icon.png"
]
}
}