You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Define a registry with `setup({ use: { /* actors */ } })`.
83
-
3. Call `registry.start()` to start the server. For custom HTTP server integration, use `registry.handler()` with a router like Hono. For serverless deployments, use `registry.serve()`. For runner-only mode, use `registry.startRunner()`.
83
+
3. Call `registry.start()` to start the server. For custom HTTP server integration, use `registry.handler()` with a router like Hono. For serverless deployments, use `registry.serve()`. For runner-only mode, use `registry.startEnvoy()`.
84
84
4. Verify `/api/rivet/metadata` returns 200 before deploying.
85
85
5. Configure Rivet Cloud or self-hosted engine
86
-
- You must configure versioning for production builds. This is not needed for local development. See [Versions & Upgrades](https://rivet.dev/docs/actors/versions).
86
+
- You must configure versioning for production builds. This is not needed forlocal development. See [Versions & Upgrades](https://rivet.dev/docs/actors/versions).
87
87
6. Integrate clients (see client guides below for JavaScript, React, or Swift)
88
88
7. Prompt the user if they want to deploy. If so, go to Deploying Rivet Backends.
0 commit comments