There was an error fetching the commit references. Please try again later.
chore: use tauri cli
... | @@ -3,8 +3,8 @@ | ... | @@ -3,8 +3,8 @@ |
"version": "0.0.16", | "version": "0.0.16", | ||
"license": "GPL-3.0", | "license": "GPL-3.0", | ||
"scripts": { | "scripts": { | ||
"dev": "cargo tauri dev", | "dev": "tauri dev", | ||
"build": "cargo tauri build", | "build": "tauri build", | ||
"tauri": "tauri", | "tauri": "tauri", | ||
"web:dev": "vite", | "web:dev": "vite", | ||
"web:build": "tsc && vite build", | "web:build": "tsc && vite build", | ||
... | ... |
Please register or sign in to comment