Files
weihai_erp/src-tauri/src/main.rs
T
xiaojibeier f3726f0810 first
2026-07-06 03:36:46 +08:00

7 lines
177 B
Rust
Executable File

// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
app_lib::run();
}