1e65fd6b0f
SvelteKit in SPA mode with Tauri v2. Builds and produces .deb bundle. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
181 B
Rust
7 lines
181 B
Rust
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
|
|
fn main() {
|
|
client_lib::run()
|
|
}
|