Path: blob/master/gate-controller/src-tauri/tauri.conf.json
1080 views
{1"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",2"productName": "GateController",3"version": "1.0.0",4"identifier": "com.platerecognizer.gatecontroller",5"build": {6"frontendDist": "../out",7"devUrl": "http://localhost:3000",8"beforeDevCommand": "bun run dev",9"beforeBuildCommand": "bun run build"10},11"app": {12"windows": [13{14"title": "GateController",15"width": 800,16"height": 600,17"resizable": true,18"fullscreen": false19}20],21"security": {22"csp": null23}24},25"bundle": {26"active": true,27"targets": "all",28"icon": [29"icons/32x32.png",30"icons/128x128.png",31"icons/[email protected]",32"icons/icon.icns",33"icons/icon.ico"34],35"resources": ["usbrelay/usbrelay.exe"]36}37}383940