Files
mesh/agent/agent-ui/src-tauri/tauri.conf.json
Gilles Soulier 1d177e96a6 first
2026-01-05 13:20:54 +01:00

26 lines
510 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Mesh Agent",
"version": "0.1.0",
"identifier": "com.mesh.agent",
"build": {
"beforeBuildCommand": "npm run build",
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:5173",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "Mesh Agent",
"width": 1080,
"height": 720,
"resizable": true
}
],
"security": {
"csp": null
}
}
}