Skip to content

Commit

Permalink
Rename Local Instance to "Spyglass Dev"
Browse files Browse the repository at this point in the history
  • Loading branch information
JinKim7 committed Aug 28, 2023
1 parent 7c26307 commit 4746048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions crates/tauri/tauri.dev.conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"package": {
"productName": "Spyglass Dev"
}
}

0 comments on commit 4746048

Please sign in to comment.