Implement display artifacts, pricing integrity, draft base and publish preview bundle
This commit is contained in:
@@ -74,5 +74,9 @@ class Settings(BaseSettings):
|
||||
def storage_display_dir(self) -> str:
|
||||
return f"{self.storage_root_dir}/display"
|
||||
|
||||
@property
|
||||
def storage_preview_dir(self) -> str:
|
||||
return f"{self.storage_root_dir}/preview"
|
||||
|
||||
|
||||
settings = Settings()
|
||||
|
||||
Reference in New Issue
Block a user