@betterstart/cli 0.1.12 → 0.1.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/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.");
@@ -13653,9 +13653,8 @@ var initCommand = new Command3("init").description("Scaffold CMS into a new or e
13653
13653
  "--typescript",
13654
13654
  "--tailwind",
13655
13655
  "--app",
13656
- "--no-git",
13657
- "--no-import-alias",
13658
13656
  "--turbopack",
13657
+ "--biome",
13659
13658
  `--use-${pm}`
13660
13659
  ];
13661
13660
  if (srcDir) cnaArgs.push("--src-dir");