converted to tauri desktop app

This commit is contained in:
2026-01-29 18:28:35 +02:00
parent cc51c5a236
commit a3b566528a
51 changed files with 7556 additions and 58 deletions

View File

@@ -20,10 +20,11 @@
"jsx": "react-jsx",
"paths": {
"@/*": [
"./*"
"./src/*"
]
},
"allowImportingTsExtensions": true,
"noEmit": true
}
}
},
"include": ["src/**/*"]
}