1
0
mirror of synced 2026-03-22 12:44:39 +08:00

feat: make tauri app can run

This commit is contained in:
YunYouJun
2025-09-30 00:52:07 +08:00
parent b13924da4f
commit b35c2265d8
44 changed files with 3935 additions and 5461 deletions

View File

@@ -5,6 +5,7 @@
"convert": "tsx convert.ts"
},
"devDependencies": {
"simple-git": "^3.28.0"
"simple-git": "^3.28.0",
"tsx": "^4.20.6"
}
}