Files
iot-dc3/src-tauri/tauri.conf.json
T
2026-05-26 00:40:16 +08:00

37 lines
732 B
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "IoT DC3",
"version": "2026.5.22",
"identifier": "io.github.pnoker.dc3.client",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:8080",
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build"
},
"app": {
"windows": [
{
"title": "IoT DC3",
"width": 1366,
"height": 768,
"resizable": true,
"fullscreen": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32.png",
"icons/128.png",
"icons/256.png",
"icons/512.png"
]
}
}