From 5ac1a6d95aca081869851bb68809a4dc88ecb70b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 12 Jun 2025 02:10:09 +0100 Subject: [PATCH] Add `import` command --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index cf63c0f54..c8e5792a2 100644 --- a/flake.nix +++ b/flake.nix @@ -47,6 +47,12 @@ help = "Generate the static HTML"; } + { + name = "import"; + command = "vendor/bin/drush tome:import"; + help = "Re-import configuration, content and files"; + } + { name = "upload"; command = ''