pub async fn reset_artifacts(
config: Arc<dyn Config<ServerEnvironmentVariables>>,
) -> Result<(), OperationOutcomeError>Expand description
This deletes existing artifacts and then reloads them. In a single transaction.
pub async fn reset_artifacts(
config: Arc<dyn Config<ServerEnvironmentVariables>>,
) -> Result<(), OperationOutcomeError>This deletes existing artifacts and then reloads them. In a single transaction.