From aeb8aa190729381176caa3d410b91a655b61b4ab Mon Sep 17 00:00:00 2001 From: Allison Mahaffey Date: Thu, 19 Jun 2025 16:13:02 -0400 Subject: [PATCH 1/2] fix: fixing client-selfhost path --- docs/getting-started/server/self-hosted/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/server/self-hosted/index.mdx b/docs/getting-started/server/self-hosted/index.mdx index 51fdc6ae3..cbbd0d2ad 100644 --- a/docs/getting-started/server/self-hosted/index.mdx +++ b/docs/getting-started/server/self-hosted/index.mdx @@ -242,7 +242,7 @@ ports they are running on. ### Web Client -From the `clients-selfhost/apps/web` directory, you can execute +From the clients repo in the `clients/apps/web` directory, you can execute - `npm run build:bit:selfhost:watch` - `npm run build:oss:selfhost:watch` From 5b492bea74a4de9da166f13711225e78475b3092 Mon Sep 17 00:00:00 2001 From: Allison Mahaffey Date: Fri, 20 Jun 2025 13:25:42 -0400 Subject: [PATCH 2/2] Update docs/getting-started/server/self-hosted/index.mdx Co-authored-by: Matt Bishop --- docs/getting-started/server/self-hosted/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/server/self-hosted/index.mdx b/docs/getting-started/server/self-hosted/index.mdx index cbbd0d2ad..ef996d658 100644 --- a/docs/getting-started/server/self-hosted/index.mdx +++ b/docs/getting-started/server/self-hosted/index.mdx @@ -242,7 +242,7 @@ ports they are running on. ### Web Client -From the clients repo in the `clients/apps/web` directory, you can execute +From the `clients` repository and in the `clients/apps/web` directory, you can execute - `npm run build:bit:selfhost:watch` - `npm run build:oss:selfhost:watch`