mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-25 02:08:28 +02:00
Generalized frontend model store (#193)
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
const COMMANDS: &[&str] = &["upsert", "delete"];
|
||||
const COMMANDS: &[&str] = &[
|
||||
"delete",
|
||||
"duplicate",
|
||||
"get_settings",
|
||||
"grpc_events",
|
||||
"upsert",
|
||||
"websocket_events",
|
||||
"workspace_models",
|
||||
];
|
||||
|
||||
fn main() {
|
||||
tauri_plugin::Builder::new(COMMANDS).build();
|
||||
|
||||
Reference in New Issue
Block a user