betterstart-cli 0.0.56 → 0.0.57

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/cli.js CHANGED
@@ -22237,7 +22237,6 @@ async function promptProject(defaultName) {
22237
22237
  message: "Enter the project name",
22238
22238
  placeholder: defaultName ?? "(Leave blank to skip directory creation)",
22239
22239
  defaultValue: defaultName ?? ".",
22240
- initialValue: defaultName ?? ".",
22241
22240
  validate: (value) => {
22242
22241
  if (!value?.trim()) return void 0;
22243
22242
  if (value.trim() === ".") return void 0;