create-better-t-stack 2.15.0 → 2.15.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
|
@@ -3047,7 +3047,7 @@ async function getFrontendChoice(frontendOptions, backend) {
|
|
|
3047
3047
|
return true;
|
|
3048
3048
|
});
|
|
3049
3049
|
const webFramework = await select({
|
|
3050
|
-
message: "Choose
|
|
3050
|
+
message: "Choose web",
|
|
3051
3051
|
options: webOptions,
|
|
3052
3052
|
initialValue: DEFAULT_CONFIG.frontend[0]
|
|
3053
3053
|
});
|
|
@@ -3059,7 +3059,7 @@ async function getFrontendChoice(frontendOptions, backend) {
|
|
|
3059
3059
|
}
|
|
3060
3060
|
if (frontendTypes.includes("native")) {
|
|
3061
3061
|
const nativeFramework = await select({
|
|
3062
|
-
message: "Choose native
|
|
3062
|
+
message: "Choose native",
|
|
3063
3063
|
options: [{
|
|
3064
3064
|
value: "native-nativewind",
|
|
3065
3065
|
label: "NativeWind",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-t-stack",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.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",
|