ultisuite-client/mobile/apps/ultiai/src-tauri/tauri.conf.json
R3D347HR4Y d6d18f911b
Some checks failed
E2E / Playwright e2e (push) Has been cancelled
Lots of stuff and mobile app
2026-06-17 00:13:28 +02:00

52 lines
1.0 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "UltiAI",
"version": "0.1.0",
"identifier": "space.ulti.ai",
"build": {
"frontendDist": "../../../../out",
"devUrl": "http://localhost:3005",
"beforeDevCommand": "bash \"$ULTI_REPO_ROOT/mobile/scripts/dev-mobile-tauri.sh\" chat",
"beforeBuildCommand": "bash \"$ULTI_REPO_ROOT/mobile/scripts/build-mobile.sh\" chat"
},
"app": {
"windows": [
{
"label": "main",
"title": "UltiAI",
"url": "/chat/",
"width": 420,
"height": 900
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"category": "Productivity",
"icon": [
"icons/icon.png"
]
},
"plugins": {
"deep-link": {
"mobile": [
{
"host": "space.ulti.app",
"pathPrefix": [
"/app/chat"
]
}
],
"desktop": {
"schemes": [
"ultichat"
]
}
}
}
}