{
"$schema": "https://schema.tauri.app/config/2",
"productName": "CAN Viewer",
"version": null,
"identifier": "com.canviewer.app",
"build": {
"frontendDist": "./dist",
"devUrl": "http://localhost:1420",
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "CAN Viewer",
"width": 1400,
"height": 800,
"minWidth": 800,
"minHeight": 600,
"resizable": true,
"fullscreen": false,
"center": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": false,
"targets": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.ico"
]
},
"plugins": {}
}