@betterstart/cli 0.1.12 → 0.1.13

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
@@ -8003,7 +8003,7 @@ async function promptProject(defaultName) {
8003
8003
  }
8004
8004
  const useSrcDir = await p3.confirm({
8005
8005
  message: "Use src/ directory?",
8006
- initialValue: true
8006
+ initialValue: false
8007
8007
  });
8008
8008
  if (p3.isCancel(useSrcDir)) {
8009
8009
  p3.cancel("Setup cancelled.");