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"