create-better-t-stack 2.14.3 → 2.14.4
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3808,9 +3808,9 @@ async function main() {
|
|
|
3808
3808
|
log.message("");
|
|
3809
3809
|
} else config = await gatherConfig(flagConfig, finalBaseName, finalResolvedPath, finalPathInput);
|
|
3810
3810
|
await createProject(config);
|
|
3811
|
-
await trackProjectCreation(config);
|
|
3812
3811
|
const reproducibleCommand = generateReproducibleCommand(config);
|
|
3813
3812
|
log.success(pc.blue(`You can reproduce this setup with the following command:\n${reproducibleCommand}`));
|
|
3813
|
+
await trackProjectCreation(config);
|
|
3814
3814
|
const elapsedTimeInSeconds = ((Date.now() - startTime) / 1e3).toFixed(2);
|
|
3815
3815
|
outro(pc.magenta(`Project created successfully in ${pc.bold(elapsedTimeInSeconds)} seconds!`));
|
|
3816
3816
|
} catch (error) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-t-stack",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.4",
|
|
4
4
|
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|