feat: tauri testing

This commit is contained in:
2023-08-02 22:07:13 +02:00
parent e0f5c6440c
commit 5014e1e8e8

View File

@@ -9,6 +9,7 @@
"vite": "vite dev",
"build": "typesafe-i18n --no-watch && vite build",
"build:tauri": "tauri build",
"tauri": "tauri",
"test": "vitest run --coverage",
"preview": "vite preview",
"postinstall": "patch-package",