Files
Synapsis-Desktop/src-tauri/tauri.conf.json
T
cyph3rasi 0de53279c0 Open isolated node login surfaces as native macOS tabs with a centered black plus control
Hop-State: A_06FPHFY6SA0R5CXMBRZHG08
Hop-Proposal: R_06FPHFX326Q7FJA5Z4Y4Y08
Hop-Task: T_06FPHEQ8RZX6R1ZVV8WQ43R
Hop-Attempt: AT_06FPHEQ8RZVSEZXZ9E88YP0
2026-07-15 19:27:06 -07:00

44 lines
1.1 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Synapsis",
"version": "0.1.0",
"identifier": "xyz.gnosyslabs.synapsis",
"build": {
"beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:1430",
"beforeBuildCommand": "bun run build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "Synapsis",
"width": 1280,
"height": 820,
"minWidth": 1280,
"minHeight": 820,
"center": true,
"hiddenTitle": true,
"titleBarStyle": "Visible",
"tabbingIdentifier": "synapsis-node-tabs",
"theme": "Dark",
"backgroundColor": "#080909"
}
],
"security": {
"csp": "default-src 'self'; connect-src ipc: http://ipc.localhost; img-src 'self' asset: https: http: data:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com"
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}