agregar tablas epics y user_stories con relacion + Rust commands + frontend bridge
This commit is contained in:
@@ -40,6 +40,12 @@ fn main() {
|
||||
commands::save_daily_log,
|
||||
commands::get_performance,
|
||||
commands::save_performance,
|
||||
commands::get_epics,
|
||||
commands::save_epic,
|
||||
commands::delete_epic,
|
||||
commands::get_user_stories,
|
||||
commands::save_user_story,
|
||||
commands::delete_user_story,
|
||||
])
|
||||
.run(tauri::generate_context!())
|
||||
.expect("error while running tauri application");
|
||||
|
||||
Reference in New Issue
Block a user