2026-07-02 23:22:21 +02:00

32 lines
689 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Pipeline Diagram Editor",
"version": "0.1.0",
"identifier": "com.ashikhmin.pipeline-diagram-editor",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "Pipeline Diagram Editor",
"width": 1400,
"height": 900,
"minWidth": 900,
"minHeight": 600
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": ["deb", "appimage"],
"icon": ["icons/icon.png"]
}
}