2026-06-14 23:16:58 +07:00
|
|
|
{
|
|
|
|
|
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
|
|
|
|
|
"productName": "ZeaVis Edu",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"identifier": "com.zeavis.edu",
|
|
|
|
|
"build": {
|
2026-06-16 03:47:22 +07:00
|
|
|
"frontendDist": "../web/dist-tauri",
|
2026-06-14 23:16:58 +07:00
|
|
|
"devUrl": "http://localhost:5173",
|
2026-06-16 03:47:22 +07:00
|
|
|
"beforeBuildCommand": "echo 'Nothing to build (APK loads live web content)'",
|
|
|
|
|
"beforeDevCommand": "echo 'Dev mode - connect to localhost:5173'"
|
2026-06-14 23:16:58 +07:00
|
|
|
},
|
|
|
|
|
"app": {
|
2026-06-16 04:01:38 +07:00
|
|
|
"withGlobalTauri": true,
|
2026-06-14 23:16:58 +07:00
|
|
|
"windows": [
|
|
|
|
|
{
|
|
|
|
|
"title": "ZeaVis Edu",
|
|
|
|
|
"width": 800,
|
|
|
|
|
"height": 600
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"security": {
|
|
|
|
|
"csp": null
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
|
|
|
|
"targets": "all"
|
|
|
|
|
},
|
|
|
|
|
"plugins": {}
|
|
|
|
|
}
|