fix: await Rivet envoy registration

This commit is contained in:
-Puter
2026-07-28 15:34:08 +05:30
parent eede4c10ba
commit a53029cf7a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
import { runtimeRegistry } from "./runtime/agent-os";
await runtimeRegistry.startEnvoy();
await runtimeRegistry.startAndWait();