There was an error fetching the commit references. Please try again later.
test: fix
... | @@ -4,8 +4,8 @@ | ... | @@ -4,8 +4,8 @@ |
"license": "GPL-3.0", | "license": "GPL-3.0", | ||
"scripts": { | "scripts": { | ||
"tauri": "tauri", | "tauri": "tauri", | ||
"dev": "cargo tauri dev", | "dev": "tauri dev", | ||
"build": "cargo tauri build", | "build": "tauri build", | ||
"web:dev": "vite", | "web:dev": "vite", | ||
"web:build": "tsc && vite build", | "web:build": "tsc && vite build", | ||
"web:serve": "vite preview", | "web:serve": "vite preview", | ||
... | ... |
Please register or sign in to comment