feat: add Cleanflix Connector Tauri desktop app

Move the Mac Tauri UI (pro.cleanflix.connector) into this repo under desktop/. Bundled Node runtime stays gitignored; package scripts fetch it when building.
This commit is contained in:
2026-08-12 10:10:26 +00:00
parent 84db4b766c
commit 74deabd4b1
44 changed files with 6225 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "desktop",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"prepare:sidecar": "sh scripts/prepare-sidecar.sh",
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli": "^2"
}
}