@teambit/harmony.content.cli-reference 1.95.233 → 1.95.234
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 +1 -1
- package/cli-reference.mdx +2 -4
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +1 -1
- package/dist/cli-reference.mdx.js +2 -6
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1694747817610.js → preview-1694834258227.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -1608,7 +1608,7 @@
|
|
|
1608
1608
|
]
|
|
1609
1609
|
],
|
|
1610
1610
|
"description": "automatically recompile modified components (on save)",
|
|
1611
|
-
"extendedDescription": "by default, the watcher use polling,
|
|
1611
|
+
"extendedDescription": "by default, the watcher doesn't use polling, to keep the CPU idle.\nif this doesn't work well for you, run \"bit config set watch_use_polling true\" to use polling.",
|
|
1612
1612
|
"group": "development",
|
|
1613
1613
|
"private": false
|
|
1614
1614
|
},
|
package/cli-reference.mdx
CHANGED
|
@@ -1956,10 +1956,8 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
|
|
|
1956
1956
|
## watch
|
|
1957
1957
|
|
|
1958
1958
|
**Description**: automatically recompile modified components (on save)
|
|
1959
|
-
by default, the watcher use polling,
|
|
1960
|
-
|
|
1961
|
-
for small projects though it should be ok to use the fsevents.
|
|
1962
|
-
to use fsevents, run "bit config set watch_use_fsevents true".
|
|
1959
|
+
by default, the watcher doesn't use polling, to keep the CPU idle.
|
|
1960
|
+
if this doesn't work well for you, run "bit config set watch_use_polling true" to use polling.
|
|
1963
1961
|
|
|
1964
1962
|
`bit watch`
|
|
1965
1963
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -1608,7 +1608,7 @@
|
|
|
1608
1608
|
]
|
|
1609
1609
|
],
|
|
1610
1610
|
"description": "automatically recompile modified components (on save)",
|
|
1611
|
-
"extendedDescription": "by default, the watcher use polling,
|
|
1611
|
+
"extendedDescription": "by default, the watcher doesn't use polling, to keep the CPU idle.\nif this doesn't work well for you, run \"bit config set watch_use_polling true\" to use polling.",
|
|
1612
1612
|
"group": "development",
|
|
1613
1613
|
"private": false
|
|
1614
1614
|
},
|
|
@@ -9864,13 +9864,9 @@ function MDXContent(_ref) {
|
|
|
9864
9864
|
parentName: "p"
|
|
9865
9865
|
}, "Description"), ": automatically recompile modified components (on save)", (0, _react2.mdx)("br", {
|
|
9866
9866
|
parentName: "p"
|
|
9867
|
-
}), "\n", "by default, the watcher use polling,
|
|
9867
|
+
}), "\n", "by default, the watcher doesn't use polling, to keep the CPU idle.", (0, _react2.mdx)("br", {
|
|
9868
9868
|
parentName: "p"
|
|
9869
|
-
}), "\n", "
|
|
9870
|
-
parentName: "p"
|
|
9871
|
-
}), "\n", "for small projects though it should be ok to use the fsevents.", (0, _react2.mdx)("br", {
|
|
9872
|
-
parentName: "p"
|
|
9873
|
-
}), "\n", "to use fsevents, run \"bit config set watch_use_fsevents true\"."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
9869
|
+
}), "\n", "if this doesn't work well for you, run \"bit config set watch_use_polling true\" to use polling."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
9874
9870
|
parentName: "p"
|
|
9875
9871
|
}, "bit watch")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
9876
9872
|
parentName: "table"
|