feat(backend): add publish readiness endpoint and enforce publish gate contract
add backend endpoint for publish readiness checks enforce publish gate contract before version publication make publish preconditions explicit and consistent for clients
This commit is contained in:
@@ -36,6 +36,7 @@ class Settings(BaseSettings):
|
||||
|
||||
storage_root_dir: str = "/data"
|
||||
publish_preview_retention_per_variant: int = 2
|
||||
publish_require_full_pricing_coverage: bool = False
|
||||
|
||||
model_config = SettingsConfigDict(
|
||||
env_file=".env",
|
||||
|
||||
Reference in New Issue
Block a user