feat: add logging check to pre-commit and CI workflow

This commit is contained in:
Tunglies
2025-11-01 21:22:41 +08:00
parent fb260fb33d
commit d3d32006c3
4 changed files with 12 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ use tauri_plugin_deep_link::DeepLinkExt;
use utils::logging::Type;
pub static APP_HANDLE: OnceCell<AppHandle> = OnceCell::new();
/// Application initialization helper functions
mod app_init {
use anyhow::Result;