{ "$schema": "https://raw.githubusercontent.com/nicegram/nicetauri/v2/tooling/cli/schema.json", "productName": "Nomina", "version": "0.1.0", "identifier": "com.nomina.app", "build": { "frontendDist": "../../ui/dist", "devUrl": "http://localhost:5173", "beforeDevCommand": "cd ../../ui && npm run dev", "beforeBuildCommand": "cd ../../ui && npm run build" }, "app": { "windows": [ { "title": "Nomina", "width": 1200, "height": 800, "minWidth": 900, "minHeight": 600, "resizable": true, "fullscreen": false } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }