create-better-t-stack 3.19.4 → 3.19.5-pr874.92079f0
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.mjs +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.mjs +1 -1
- package/dist/{src-mMd-eO_p.mjs → src-C4Fa8qXv.mjs} +749 -492
- package/package.json +3 -3
package/dist/cli.mjs
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -182,6 +182,7 @@ declare const router: {
|
|
|
182
182
|
lefthook: "lefthook";
|
|
183
183
|
husky: "husky";
|
|
184
184
|
ruler: "ruler";
|
|
185
|
+
mcp: "mcp";
|
|
185
186
|
turborepo: "turborepo";
|
|
186
187
|
fumadocs: "fumadocs";
|
|
187
188
|
ultracite: "ultracite";
|
|
@@ -264,6 +265,7 @@ declare const router: {
|
|
|
264
265
|
lefthook: "lefthook";
|
|
265
266
|
husky: "husky";
|
|
266
267
|
ruler: "ruler";
|
|
268
|
+
mcp: "mcp";
|
|
267
269
|
turborepo: "turborepo";
|
|
268
270
|
fumadocs: "fumadocs";
|
|
269
271
|
ultracite: "ultracite";
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { _ as DatabaseSetupError, a as VirtualFileSystem, b as UserCancelledError, c as create, d as docs, f as generate, g as CompatibilityError, h as CLIError, i as TEMPLATE_COUNT, l as createBtsCli, m as sponsors, n as GeneratorError, o as add, p as router, r as Result, s as builder, t as EMBEDDED_TEMPLATES, u as createVirtual, v as DirectoryConflictError, x as ValidationError, y as ProjectCreationError } from "./src-
|
|
2
|
+
import { _ as DatabaseSetupError, a as VirtualFileSystem, b as UserCancelledError, c as create, d as docs, f as generate, g as CompatibilityError, h as CLIError, i as TEMPLATE_COUNT, l as createBtsCli, m as sponsors, n as GeneratorError, o as add, p as router, r as Result, s as builder, t as EMBEDDED_TEMPLATES, u as createVirtual, v as DirectoryConflictError, x as ValidationError, y as ProjectCreationError } from "./src-C4Fa8qXv.mjs";
|
|
3
3
|
|
|
4
4
|
export { CLIError, CompatibilityError, DatabaseSetupError, DirectoryConflictError, EMBEDDED_TEMPLATES, GeneratorError, ProjectCreationError, Result, TEMPLATE_COUNT, UserCancelledError, ValidationError, VirtualFileSystem, add, builder, create, createBtsCli, createVirtual, docs, generate, router, sponsors };
|