{ "build": { "beforeBuildCommand": "chmod +x run_tailwind.sh && ./run_tailwind.sh --minify", "beforeDevCommand": "chmod +x run_tailwind.sh && ./run_tailwind.sh", "withGlobalTauri": true, "devPath": "ui", "distDir": "ui" }, "package": { "productName": "Medifax", "version": "0.1.0" }, "tauri": { "allowlist": { "all": false }, "bundle": { "active": true, "category": "Medical", "copyright": "Cascade", "deb": { "depends": [] }, "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "identifier": "com.medifax.app", "longDescription": "Project for TISBHacks", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "Medifax", "targets": "all" }, "security": { "csp": null }, "updater": { "active": false }, "windows": [ { "fullscreen": false, "height": 600, "resizable": false, "title": "Medifax", "width": 800 } ] } }