fix(devcontainer): restore SeaweedFS on restart 2/4 (#1410)

This commit is contained in:
Timothy Enderson
2026-07-16 21:20:44 +01:00
committed by GitHub
parent 0f8f84667d
commit c8325bc3fc
+1
View File
@@ -39,6 +39,7 @@ pub async fn post_start() -> Result<()> {
ensure_state_dirs()?;
ensure_writable_dev_paths()?;
setup_gateway_config()?;
crate::media_proxy::ensure_dev_object_store(true, 120).await?;
run_smoke(true, false).await
}