Skip to content

Commit

Permalink
update pacakges
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Apr 15, 2023
1 parent 7f3b906 commit c8a0f2a
Show file tree
Hide file tree
Showing 8 changed files with 641 additions and 519 deletions.
88 changes: 79 additions & 9 deletions core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rand_core = { version = "0.6", features = ["std"] }
magic-crypt = "3.1.10"
keyring = "1.2.0"
once_cell = "1.15.0"
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/tauri-plugin-single-instance" }
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace" }
rand = "0.8.5"
google_authenticator_converter = { path = "crates/google_authenticator_converter" }

Expand Down
2 changes: 1 addition & 1 deletion core/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"beforeBuildCommand": "npm run build:bundle",
"beforeDevCommand": "npm run dev",
"beforeDevCommand": "npm run server",
"devPath": "http://localhost:3000",
"distDir": "../dist"
},
Expand Down
Loading

0 comments on commit c8a0f2a

Please sign in to comment.