conao3-sa 0.1.4

Local git diff reviewer with a TanStack Start frontend and an axum/async-graphql backend.
Documentation
{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "rust-sa",
  "version": "0.1.0",
  "identifier": "com.conao3.rust-sa",
  "build": {
    "frontendDist": "dist",
    "devUrl": "https://sa.localhost",
    "beforeDevCommand": "make -C frontend dev",
    "beforeBuildCommand": "make -C ../frontend build && rm -rf dist && cp -r ../frontend/.output/public dist"
  },
  "app": {
    "windows": [],
    "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"
    ]
  }
}