This commit is contained in:
Martin Drechsel
2025-05-07 11:32:09 +02:00
parent a653111071
commit 5960613357
10 changed files with 1802 additions and 1396 deletions

View File

@ -9,7 +9,7 @@ use std::sync::Mutex;
#[cfg_attr(mobile, tauri::mobile_entry_point)]
pub fn run() {
let protocol_name = "haex-extension";
//let protocol_name = "haex-extension";
tauri::Builder::default()
/* .register_uri_scheme_protocol(protocol_name, move |app_handle, request| {

View File

@ -4,7 +4,7 @@
"version": "0.1.0",
"identifier": "space.haex.hub",
"build": {
"beforeDevCommand": "pnpm dev",
"beforeDevCommand": "pnpm generate && pnpm dev",
"devUrl": "http://localhost:3003",
"beforeBuildCommand": "pnpm generate",
"frontendDist": "../dist"