summaryrefslogtreecommitdiffhomepage
path: root/packages/tauri/src-tauri/src/main.rs
blob: ff5e2d2d7d6c3ae32ae6ec17243ebe85664653af (plain)
1
2
3
4
5
6
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]

fn main() {
    opencode_lib::run()
}