Stage Engine web UI from legacy assets

This commit is contained in:
2025-10-25 05:11:43 -06:00
parent fa0de57f61
commit 4bac45afe5
8 changed files with 158 additions and 21 deletions

View File

@@ -657,8 +657,8 @@ from job_scheduler import set_credential_fetcher as scheduler_set_credential_fet
_STATIC_CANDIDATES = [
os.path.join(os.path.dirname(__file__), '../web-interface/build'),
os.path.join(os.path.dirname(__file__), 'WebUI/build'),
os.path.join(os.path.dirname(__file__), '../WebUI/build'),
os.path.join(os.path.dirname(__file__), '../web-interface/dist'),
os.path.join(os.path.dirname(__file__), '../web-interface'),
]
_resolved_static_folder = None