Files
Synapsis-Desktop/src-tauri/tauri.conf.json
T
cyph3rasi 03a043e4da Make 1280 by 820 the minimum resizable Synapsis window size
Hop-State: A_06FPG3JAJY69GABSZ5RPMAG
Hop-Proposal: R_06FPG3FFNC9N0R62MK637M0
Hop-Task: T_06FPG3DCX0YRW99JEVAZXX8
Hop-Attempt: AT_06FPG3DCX10JAWYB0Y44P9R
2026-07-15 16:13:14 -07:00

41 lines
1.0 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": "Overlay"
}
],
"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"
]
}
}