create-better-t-stack 3.2.16 → 3.2.17

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
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as createBtsCli } from "./src-DJUohHTZ.js";
2
+ import { n as createBtsCli } from "./src-DZl9QEGL.js";
3
3
 
4
4
  //#region src/cli.ts
5
5
  createBtsCli().run();
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-DJUohHTZ.js";
2
+ import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-DZl9QEGL.js";
3
3
 
4
4
  export { builder, createBtsCli, docs, init, router, sponsors };
@@ -6067,7 +6067,7 @@ function generateReadmeContent(options) {
6067
6067
  const hasReactRouter = frontend.includes("react-router");
6068
6068
  const hasNative = frontend.includes("native-nativewind") || frontend.includes("native-unistyles");
6069
6069
  const hasSvelte = frontend.includes("svelte");
6070
- const packageManagerRunCmd = packageManager === "npm" ? "npm run" : packageManager;
6070
+ const packageManagerRunCmd = `${packageManager} run`;
6071
6071
  let webPort = "3001";
6072
6072
  if (hasReactRouter || hasSvelte) webPort = "5173";
6073
6073
  const stackDescription = generateStackDescription(frontend, backend, api, isConvex);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "3.2.16",
3
+ "version": "3.2.17",
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",