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 +1 -1
- package/dist/index.js +1 -1
- package/dist/{src-DJffJtr1.js → src-DVlkWMko.js} +0 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -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.
|
|
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",
|