{
"$schema": "https://schema.tauri.app/config/2",
"productName": "TelosDB",
"version": "0.2.0",
"identifier": "com.telosdb.app",
"build": {
"frontendDist": "../src-frontend",
"beforeDevCommand": "",
"beforeBuildCommand": ""
},
"app": {
"windows": [
{
"title": "TelosDB",
"width": 800,
"height": 600,
"resizable": true,
"fullscreen": false,
"visible": true
}
],
"withGlobalTauri": true,
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"externalBin": ["../bin/llama-server"],
"resources": ["build_assets"],
"icon": [
"../resources/icons/32x32.png",
"../resources/icons/128x128.png",
"../resources/icons/128x128@2x.png",
"../resources/icons/icon.icns",
"../resources/icons/icon.ico"
]
}
}