aboutsummaryrefslogtreecommitdiffstats
path: root/ui/backend/src/run/mod.rs
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-07-15 19:12:01 +0100
committerGitHub <noreply@github.com>2024-07-15 19:12:01 +0100
commit7eb985b616c12aed261fbef74a47c5a928c03e61 (patch)
treefe3088dc687c640176bf376b4ca8baf2088bd69f /ui/backend/src/run/mod.rs
parentchore(deps): bump cachix/install-nix-action from 20 to 27 (#2268) (diff)
downloadatuin-7eb985b616c12aed261fbef74a47c5a928c03e61.zip
feat(gui): add runbook list, ability to create and delete, sql storage (#2282)
* wip * saving works :)) * functioning delete button * persist selection properly
Diffstat (limited to 'ui/backend/src/run/mod.rs')
-rw-r--r--ui/backend/src/run/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/backend/src/run/mod.rs b/ui/backend/src/run/mod.rs
index 5ece0912..a7a28497 100644
--- a/ui/backend/src/run/mod.rs
+++ b/ui/backend/src/run/mod.rs
@@ -1 +1,2 @@
+pub mod migrations;
pub mod pty;