feat(studio): add auth-specific paths and integrate auth database location

This commit is contained in:
Shine1i 2026-03-09 20:15:10 +01:00 committed by Manan17
commit f2b2b33769
3 changed files with 16 additions and 3 deletions

View file

@ -13,6 +13,8 @@ from .storage_roots import (
recipe_datasets_root,
outputs_root,
exports_root,
auth_root,
auth_db_path,
tmp_root,
seed_uploads_root,
unstructured_seed_cache_root,
@ -38,6 +40,8 @@ __all__ = [
'recipe_datasets_root',
'outputs_root',
'exports_root',
'auth_root',
'auth_db_path',
'tmp_root',
'seed_uploads_root',
'unstructured_seed_cache_root',