File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
packages/homepage/content/docs Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,9 @@ These are all the configuration options you can set. They are all optional.
7474 // be installed in the fork of these sandboxes in the place of the library. So if
7575 // you have a sandbox with `lodash`, and you built `lodash` and `vue`, we will only
7676 // replace `lodash` with the built version.
77- "sandboxes" : [" vanilla" , " new" , " github/reduxjs/redux/tree/master/examples/todomvc" ]
77+ // You can also set absolute paths to a directory in your repository. We will make sure
78+ // to generate a sandbox from the contents of that directory.
79+ "sandboxes" : [" vanilla" , " new" , " /examples/todomvc" ]
7880}
7981```
8082
@@ -91,6 +93,9 @@ Monorepos are quite common, here's an example configuration for a monorepo:
9193This builds two libraries: ` vue ` , which is in the root of the repository, and
9294` vue-template-compiler ` , which resides in the ` packages ` folder.
9395
96+ We automatically infer your packages from your lerna config or yarn workspaces
97+ config if ` packages ` is not set.
98+
9499We handle auto linking of these dependencies, this means that we rewrite the
95100dependencies to the newly built versions of CodeSandbox CI. In this example,
96101` vue ` uses ` vue-template-compiler ` , so we've updated ` package.json ` of ` vue ` to
You can’t perform that action at this time.
0 commit comments