go back to hashed dist

This commit is contained in:
Casey Wittrock 2025-10-20 01:39:48 -05:00
parent f41823d34a
commit 2d2324950b
3 changed files with 8 additions and 11 deletions

View file

@ -11,9 +11,9 @@ after_install = "custom_ui.install.after_install"
after_migrate = "custom_ui.install.after_migrate"
# on_session_creation = "custom_ui.utils.on_login_redirect"
# on_login = "custom_ui.utils.on_login_redirect"
# page_js = {
# "custom_ui": "custom_ui/custom_ui/page/custom_ui/custom_ui.js"
# }
page_js = {
"custom_ui": "custom_ui/custom_ui/page/custom_ui/custom_ui.js"
}
# app_include_js = ["/assets/custom_ui/dist/assets/main.js"]