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
Copy file name to clipboardExpand all lines: src/content/docs/workers/ci-cd/builds/advanced-setups.mdx
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ sidebar:
6
6
order: 8
7
7
---
8
8
9
+
import { FileTree } from"~/components";
10
+
9
11
## Monorepos
10
12
11
13
A monorepo is a single repository that contains multiple applications. This setup can be useful for a few reasons:
@@ -45,23 +47,23 @@ Set the root directory of each Worker to where its wrangler.toml is located. For
45
47
46
48
When a new commit is made to `ecommerce-monorepo`, a build and deploy will be triggered for each of the Workers if the change is within its included watch paths using the configured commands for that Worker.
0 commit comments