Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions desktop/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export default defineConfig({
"**/inbox-live-update.spec.ts",
"**/mesh-compute.spec.ts",
"**/observer-archive-policy.spec.ts",
"**/provider-usage.spec.ts",
],
use: {
...devices["Desktop Chrome"],
Expand Down
2 changes: 2 additions & 0 deletions desktop/src-tauri/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ mod project_git_push;
mod project_git_workflow;
mod project_repo_paths;
mod project_terminal;
mod provider_usage;
mod qr_download;
mod relay_members;
mod relay_reconnect;
Expand Down Expand Up @@ -96,6 +97,7 @@ pub use project_git_branches::*;
pub use project_git_diff::*;
pub use project_git_workflow::*;
pub use project_terminal::*;
pub use provider_usage::*;
pub use qr_download::*;
pub use relay_members::*;
pub use relay_reconnect::*;
Expand Down
Loading