@teambit/harmony.content.cli-reference 2.0.1005 → 2.0.1007
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +5 -0
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +3 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1776437927641.js → preview-1776614137590.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -558,6 +558,11 @@
|
|
|
558
558
|
"",
|
|
559
559
|
"use-root-modules",
|
|
560
560
|
"EXPERIMENTAL. resolve component previews from root node_modules instead of .bit_roots. mainly for internal usage, use with caution only if you understand the implications"
|
|
561
|
+
],
|
|
562
|
+
[
|
|
563
|
+
"",
|
|
564
|
+
"use-source",
|
|
565
|
+
"EXPERIMENTAL. resolve local workspace component previews from source files instead of .bit_roots or package artifacts. intended for debugging and HMR investigations"
|
|
561
566
|
]
|
|
562
567
|
],
|
|
563
568
|
"description": "launch the Bit development server",
|
package/cli-reference.mdx
CHANGED
|
@@ -2543,6 +2543,7 @@ includes hot module reloading for development.
|
|
|
2543
2543
|
| `--skip-compilation` | | skip the auto-compilation before starting the web-server |
|
|
2544
2544
|
| `--ui-root-name [type]` | `-u` | name of the ui root to use, e.g. "teambit.scope/scope" or "teambit.workspace/workspace" |
|
|
2545
2545
|
| `--use-root-modules` | | EXPERIMENTAL. resolve component previews from root node_modules instead of .bit_roots. mainly for internal usage, use with caution only if you understand the implications |
|
|
2546
|
+
| `--use-source` | | EXPERIMENTAL. resolve local workspace component previews from source files instead of .bit_roots or package artifacts. intended for debugging and HMR investigations |
|
|
2546
2547
|
|
|
2547
2548
|
---
|
|
2548
2549
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -558,6 +558,11 @@
|
|
|
558
558
|
"",
|
|
559
559
|
"use-root-modules",
|
|
560
560
|
"EXPERIMENTAL. resolve component previews from root node_modules instead of .bit_roots. mainly for internal usage, use with caution only if you understand the implications"
|
|
561
|
+
],
|
|
562
|
+
[
|
|
563
|
+
"",
|
|
564
|
+
"use-source",
|
|
565
|
+
"EXPERIMENTAL. resolve local workspace component previews from source files instead of .bit_roots or package artifacts. intended for debugging and HMR investigations"
|
|
561
566
|
]
|
|
562
567
|
],
|
|
563
568
|
"description": "launch the Bit development server",
|
|
@@ -5145,7 +5145,9 @@ function _createMdxContent(props) {
|
|
|
5145
5145
|
children: "-u"
|
|
5146
5146
|
}), " | name of the ui root to use, e.g. \"teambit.scope/scope\" or \"teambit.workspace/workspace\" |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
5147
5147
|
children: "--use-root-modules"
|
|
5148
|
-
}), " | | EXPERIMENTAL. resolve component previews from root node_modules instead of .bit_roots. mainly for internal usage, use with caution only if you understand the implications |"
|
|
5148
|
+
}), " | | EXPERIMENTAL. resolve component previews from root node_modules instead of .bit_roots. mainly for internal usage, use with caution only if you understand the implications |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
5149
|
+
children: "--use-source"
|
|
5150
|
+
}), " | | EXPERIMENTAL. resolve local workspace component previews from source files instead of .bit_roots or package artifacts. intended for debugging and HMR investigations |"]
|
|
5149
5151
|
}), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
|
|
5150
5152
|
children: "stash"
|
|
5151
5153
|
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|