feat: return project-relative workspace mapping in query responses
This commit is contained in:
@@ -28,6 +28,8 @@ class Settings(BaseSettings):
|
||||
|
||||
xdg_cache_home: Path = Path("/var/lib/qmd/cache")
|
||||
xdg_config_home: Path = Path("/var/lib/qmd/config")
|
||||
container_data_root: Path = Path("/data")
|
||||
project_data_relative_root: str = "data"
|
||||
|
||||
@model_validator(mode="after")
|
||||
def _normalize_paths(self) -> "Settings":
|
||||
|
||||
Reference in New Issue
Block a user