Remove tauri based desktop app

This commit is contained in:
Timon Schelling
2025-07-19 19:33:32 +00:00
parent e89cded4b8
commit e61702cf34
27 changed files with 2 additions and 283 deletions
-2
View File
@@ -19,8 +19,6 @@
"lint-fix": "eslint . --fix && tsc --noEmit",
"---------- INTERNAL ----------": "",
"setup": "node package-installer.js",
"tauri:dev": "vite",
"tauri:build": "wasm-pack build ./wasm --target=web --features=tauri",
"wasm:build-dev": "wasm-pack build ./wasm --dev --target=web",
"wasm:build-profiling": "wasm-pack build ./wasm --profiling --target=web",
"wasm:build-production": "wasm-pack build ./wasm --release --target=web",