@betterstart/cli 0.1.13 → 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 +2 -2
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -13653,9 +13653,9 @@ 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",
|
|
13658
|
+
"--react-compiler",
|
|
13659
13659
|
`--use-${pm}`
|
|
13660
13660
|
];
|
|
13661
13661
|
if (srcDir) cnaArgs.push("--src-dir");
|