chore(app): scaffold tauri 2 + react + vite, window launches

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 20:22:46 +07:00
parent a56d8d0fea
commit 1579686fdd
21 changed files with 11418 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#[cfg_attr(mobile, tauri::mobile_entry_point)]
pub fn run() {
tauri::Builder::default()
.run(tauri::generate_context!())
.expect("error while running spacesh");
}