create-better-t-stack 2.22.0 → 2.22.1
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2547,8 +2547,8 @@ function displayPostInstallInstructions(config) {
|
|
|
2547
2547
|
if (runtime !== "workers") output += `${pc.cyan(`${stepCounter++}.`)} ${runCmd} dev\n`;
|
|
2548
2548
|
if (runtime === "workers") {
|
|
2549
2549
|
if (dbSetup === "d1") output += `${pc.yellow("IMPORTANT:")} Complete D1 database setup first (see Database commands below)\n`;
|
|
2550
|
-
output += `${pc.cyan(`${stepCounter++}.`)}
|
|
2551
|
-
output += `${pc.cyan(`${stepCounter++}.`)} cd apps/server &&
|
|
2550
|
+
output += `${pc.cyan(`${stepCounter++}.`)} ${runCmd} dev\n`;
|
|
2551
|
+
output += `${pc.cyan(`${stepCounter++}.`)} cd apps/server && ${runCmd} run cf-typegen\n\n`;
|
|
2552
2552
|
} else output += "\n";
|
|
2553
2553
|
}
|
|
2554
2554
|
output += `${pc.bold("Your project will be available at:")}\n`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-t-stack",
|
|
3
|
-
"version": "2.22.
|
|
3
|
+
"version": "2.22.1",
|
|
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",
|