From d3f6cb467598b3db7d8a83db40e56143b25f84c7 Mon Sep 17 00:00:00 2001 From: Casey Date: Wed, 18 Feb 2026 16:13:46 -0600 Subject: [PATCH] add after build hook --- custom_ui/hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_ui/hooks.py b/custom_ui/hooks.py index d0bb25a..579a4fa 100644 --- a/custom_ui/hooks.py +++ b/custom_ui/hooks.py @@ -9,6 +9,7 @@ app_license = "mit" after_install = "custom_ui.install.after_install" after_migrate = "custom_ui.install.after_migrate" +after_build = "custom_ui.commands.build_frontend" # after_uninstall = "custom_ui.install.after_uninstall" # on_session_creation = "custom_ui.utils.on_login_redirect" # on_login = "custom_ui.utils.on_login_redirect"