2024-11-10 15:11:22 +01:00
|
|
|
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
|
|
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
|
|
|
|
|
|
fn main() {
|
2024-11-13 22:15:04 +01:00
|
|
|
lanspread_tauri_deno_ts_lib::run()
|
2024-11-10 15:11:22 +01:00
|
|
|
}
|