mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
tauri
This commit is contained in:
parent
f4593c6653
commit
6f82b321d8
36 changed files with 5690 additions and 0 deletions
6
packages/tauri/src-tauri/src/main.rs
Normal file
6
packages/tauri/src-tauri/src/main.rs
Normal file
|
|
@ -0,0 +1,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()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue