This commit is contained in:
2026-01-21 15:00:11 +08:00
parent fd20ca2c52
commit 011c9211f5
62 changed files with 2 additions and 2 deletions

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

@@ -0,0 +1,13 @@
{
"name": "@furtherverse/desktop",
"private": true,
"type": "module",
"version": "1.0.0",
"scripts": {
"build": "tauri build",
"dev": "tauri dev"
},
"devDependencies": {
"@tauri-apps/cli": "catalog:"
}
}