create-rsbuild 1.0.1-beta.12 → 1.0.1-beta.14
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1461,7 +1461,7 @@ async function getTools({ tools, dir, template }) {
|
|
|
1461
1461
|
}
|
|
1462
1462
|
return checkCancel(
|
|
1463
1463
|
await ae({
|
|
1464
|
-
message: "Select additional tools (
|
|
1464
|
+
message: "Select additional tools (Use <space> to select, <enter> to continue)",
|
|
1465
1465
|
options: [
|
|
1466
1466
|
{ value: "biome", label: "Add Biome for code linting and formatting" },
|
|
1467
1467
|
{ value: "eslint", label: "Add ESLint for code linting" },
|