Files
Synapsis-Desktop/src-tauri/tauri.conf.json
T
cyph3rasi 7e9dc1cc64 Move macOS traffic lights into a separate dark native title bar
Hop-State: A_06FPGAM56HWTNHR51V8C8ER
Hop-Proposal: R_06FPGAK21NPYNM5F8G9D1YG
Hop-Task: T_06FPG9KFDZWAYM9PGCZTAHG
Hop-Attempt: AT_06FPG9KFDYGG2TPC5PABM1G
2026-07-15 16:44:04 -07:00

43 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",
"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"
]
}
}