diff --git a/Makefile b/Makefile index 26d8c3b62..791bd0f6d 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ run-backend-dev: cargo run -p spyglass run-client-dev: - cargo tauri dev + cargo tauri dev --config ./crates/tauri/tauri.dev.conf.json run-client-headless: cd ./crates/client && HEADLESS_CLIENT=true trunk serve diff --git a/crates/tauri/tauri.dev.conf.json b/crates/tauri/tauri.dev.conf.json new file mode 100644 index 000000000..5d840a355 --- /dev/null +++ b/crates/tauri/tauri.dev.conf.json @@ -0,0 +1,5 @@ +{ + "package": { + "productName": "Spyglass Dev" + } +} \ No newline at end of file