create-better-t-stack 2.32.1 → 2.32.2

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-DJffJtr1.js";
2
+ import { createBtsCli } from "./src-DVlkWMko.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-DJffJtr1.js";
2
+ import { builder, createBtsCli, docs, init, router, sponsors } from "./src-DVlkWMko.js";
3
3
 
4
4
  export { builder, createBtsCli, docs, init, router, sponsors };
@@ -2539,9 +2539,6 @@ async function setupExamplesTemplate(projectDir, context) {
2539
2539
  const exampleDbSchemaSrc = path.join(exampleServerSrc, context.orm, context.database);
2540
2540
  if (await fs.pathExists(exampleDbSchemaSrc)) await processAndCopyFiles("**/*", exampleDbSchemaSrc, serverAppDir, context, false);
2541
2541
  }
2542
- const ignorePatterns = [`${context.orm}/**`];
2543
- if (example === "ai" && context.backend === "next") ignorePatterns.push("next/**");
2544
- await processAndCopyFiles(["**/*.ts", "**/*.hbs"], exampleServerSrc, serverAppDir, context, false, ignorePatterns);
2545
2542
  }
2546
2543
  if (webAppDirExists) {
2547
2544
  if (hasReactWeb) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "2.32.1",
3
+ "version": "2.32.2",
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",