{ "$schema": "https://schema.tauri.app/config/2", "productName": "JE-Skin", "version": "0.1.0", "identifier": "com.lenn.tauri-serial", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../build" }, "app": { "windows": [ { "title": "JE-Skin", "width": 1366, "height": 860, "decorations": false } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.ico", "icons/icon.png" ] } }