Build the Synapsis Tauri onboarding and authentication shell with the official wordmark and a fluid stable-topology signal mesh

Hop-State: A_06FPFZF1AB46ARJ4HD8ZQH8
Hop-Proposal: R_06FPFZEBFD47ZTA2XKJ2Q0G
Hop-Task: T_06FPFXR242APZTT77HV934R
Hop-Attempt: AT_06FPFXR241F9H1V2J0RCGGG
This commit is contained in:
2026-07-15 15:55:19 -07:00
committed by Hop
parent 85d5b6f7d2
commit 0695655ccf
74 changed files with 6433 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
{
"$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": 1080,
"height": 720,
"minWidth": 720,
"minHeight": 560,
"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"
]
}
}