feat: initialize Tauri backend with SQLite database
This commit is contained in:
8
src-tauri/src/main.rs
Normal file
8
src-tauri/src/main.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
#![cfg_attr(
|
||||
all(not(debug_assertions), target_os = "windows"),
|
||||
windows_subsystem = "windows"
|
||||
)]
|
||||
|
||||
fn main() {
|
||||
local_time_tracker_lib::run();
|
||||
}
|
||||
Reference in New Issue
Block a user