feat: add tauri desktop shell

This commit is contained in:
2026-07-18 16:44:11 +08:00
parent 7a2af1b938
commit 8fc8298a62
8 changed files with 353 additions and 0 deletions

14
apps/desktop/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "desktop",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"tauri": "tauri",
"dev": "tauri dev",
"build": "tauri build"
},
"devDependencies": {
"@tauri-apps/cli": "^2.9.3"
}
}