{
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "Tektra",
"version": "0.2.3",
"identifier": "com.tektra.app",
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build",
"devUrl": "http://localhost:1420",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "Tektra - AI Voice Assistant",
"width": 1200,
"height": 800,
"minWidth": 800,
"minHeight": 600
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"macOS": {
"entitlements": "entitlements.plist",
"frameworks": [],
"signingIdentity": null
}
}
}