@betterstart/cli 0.1.14 → 0.1.15

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
@@ -13655,6 +13655,7 @@ var initCommand = new Command3("init").description("Scaffold CMS into a new or e
13655
13655
  "--app",
13656
13656
  "--turbopack",
13657
13657
  "--biome",
13658
+ "--react-compiler",
13658
13659
  `--use-${pm}`
13659
13660
  ];
13660
13661
  if (srcDir) cnaArgs.push("--src-dir");