chore: use tauri cli

This commit is contained in:
GyDi 2022-02-21 22:31:00 +08:00
parent 1ad3ddef94
commit 72127979c3
No known key found for this signature in database
GPG Key ID: 1C95E0D3467B3084

View File

@ -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",