create-better-t-stack 2.33.5 → 2.33.6

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 { createBtsCli } from "./src-B-ppWkkE.js";
2
+ import { createBtsCli } from "./src-CcycH-Mi.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 { builder, createBtsCli, docs, init, router, sponsors } from "./src-B-ppWkkE.js";
2
+ import { builder, createBtsCli, docs, init, router, sponsors } from "./src-CcycH-Mi.js";
3
3
 
4
4
  export { builder, createBtsCli, docs, init, router, sponsors };
@@ -1093,7 +1093,6 @@ async function gatherConfig(flags, projectName, projectDir, relativePath) {
1093
1093
  result.auth = false;
1094
1094
  result.dbSetup = "none";
1095
1095
  result.examples = ["todo"];
1096
- result.webDeploy = "none";
1097
1096
  }
1098
1097
  if (result.backend === "none") {
1099
1098
  result.runtime = "none";
@@ -1103,7 +1102,6 @@ async function gatherConfig(flags, projectName, projectDir, relativePath) {
1103
1102
  result.auth = false;
1104
1103
  result.dbSetup = "none";
1105
1104
  result.examples = [];
1106
- result.webDeploy = "none";
1107
1105
  }
1108
1106
  return {
1109
1107
  projectName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "2.33.5",
3
+ "version": "2.33.6",
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",
@@ -83,5 +83,5 @@
83
83
  "typescript": "^5.9.2",
84
84
  "vitest": "^3.2.4"
85
85
  },
86
- "gitHead": "e7f893d76bbf05e7f0954418dd5ead15f8bf3146"
86
+ "gitHead": "22773232ae864b0b38bb72f5bf12d433ee74803c"
87
87
  }