create-better-t-stack 3.12.5 → 3.12.7-pr780.f6206a0
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 +13 -53
- package/dist/index.mjs +1 -1
- package/dist/{src-D3EHRs6z.mjs → src-CvDgQFF4.mjs} +711 -304
- package/package.json +3 -2
- package/templates/api/orpc/web/react/base/src/utils/orpc.ts.hbs +3 -3
- package/templates/auth/better-auth/convex/native/uniwind/components/sign-in.tsx.hbs +32 -50
- package/templates/auth/better-auth/convex/native/uniwind/components/sign-up.tsx.hbs +40 -57
- package/templates/auth/better-auth/native/uniwind/components/sign-in.tsx.hbs +32 -35
- package/templates/auth/better-auth/native/uniwind/components/sign-up.tsx.hbs +49 -37
- package/templates/auth/better-auth/web/nuxt/app/components/SignInForm.vue.hbs +40 -35
- package/templates/auth/better-auth/web/nuxt/app/components/SignUpForm.vue.hbs +47 -40
- package/templates/auth/better-auth/web/nuxt/app/middleware/auth.ts.hbs +9 -7
- package/templates/auth/better-auth/web/nuxt/app/pages/dashboard.vue.hbs +61 -29
- package/templates/auth/better-auth/web/nuxt/app/pages/login.vue.hbs +6 -3
- package/templates/backend/server/elysia/src/index.ts.hbs +8 -3
- package/templates/backend/server/express/src/index.ts.hbs +8 -3
- package/templates/backend/server/fastify/src/index.ts.hbs +8 -3
- package/templates/backend/server/hono/src/index.ts.hbs +16 -6
- package/templates/examples/ai/fullstack/next/src/app/api/ai/route.ts.hbs +8 -3
- package/templates/examples/ai/fullstack/tanstack-start/src/routes/api/ai/$.ts.hbs +8 -3
- package/templates/examples/ai/native/bare/polyfills.js +14 -11
- package/templates/examples/ai/native/uniwind/app/(drawer)/ai.tsx.hbs +104 -124
- package/templates/examples/ai/web/nuxt/app/pages/ai.vue.hbs +22 -22
- package/templates/examples/todo/native/uniwind/app/(drawer)/todos.tsx.hbs +67 -80
- package/templates/examples/todo/web/nuxt/app/pages/todos.vue.hbs +115 -90
- package/templates/frontend/native/uniwind/app/(drawer)/index.tsx.hbs +60 -54
- package/templates/frontend/native/uniwind/app/+not-found.tsx.hbs +16 -21
- package/templates/frontend/native/uniwind/app/modal.tsx.hbs +18 -34
- package/templates/frontend/native/uniwind/package.json.hbs +10 -10
- package/templates/frontend/nuxt/app/components/Header.vue.hbs +25 -29
- package/templates/frontend/nuxt/app/layouts/default.vue.hbs +7 -8
- package/templates/frontend/nuxt/app/pages/index.vue.hbs +58 -39
- package/templates/frontend/nuxt/package.json.hbs +1 -1
- package/templates/frontend/react/tanstack-router/package.json.hbs +1 -1
- package/templates/frontend/react/web-base/src/components/ui/skeleton.tsx.hbs +5 -5
- package/templates/frontend/nuxt/app/components/Loader.vue.hbs +0 -5
- package/templates/frontend/nuxt/app/components/ModeToggle.vue.hbs +0 -25
package/dist/cli.mjs
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -131,35 +131,6 @@ declare const router: {
|
|
|
131
131
|
disableAnalytics: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
132
132
|
manualDb: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
133
133
|
}, z.core.$strip>], null>, _orpc_server0.Schema<{
|
|
134
|
-
success: boolean;
|
|
135
|
-
projectConfig: {
|
|
136
|
-
projectName: string;
|
|
137
|
-
projectDir: string;
|
|
138
|
-
relativePath: string;
|
|
139
|
-
database: "none";
|
|
140
|
-
orm: "none";
|
|
141
|
-
backend: "none";
|
|
142
|
-
runtime: "none";
|
|
143
|
-
frontend: never[];
|
|
144
|
-
addons: never[];
|
|
145
|
-
examples: never[];
|
|
146
|
-
auth: "none";
|
|
147
|
-
payments: "none";
|
|
148
|
-
git: false;
|
|
149
|
-
packageManager: "npm";
|
|
150
|
-
install: false;
|
|
151
|
-
dbSetup: "none";
|
|
152
|
-
api: "none";
|
|
153
|
-
webDeploy: "none";
|
|
154
|
-
serverDeploy: "none";
|
|
155
|
-
};
|
|
156
|
-
reproducibleCommand: string;
|
|
157
|
-
timeScaffolded: string;
|
|
158
|
-
elapsedTimeMs: number;
|
|
159
|
-
projectDirectory: string;
|
|
160
|
-
relativePath: string;
|
|
161
|
-
error: string;
|
|
162
|
-
} | {
|
|
163
134
|
success: boolean;
|
|
164
135
|
projectConfig: {
|
|
165
136
|
projectName: string;
|
|
@@ -188,36 +159,16 @@ declare const router: {
|
|
|
188
159
|
projectDirectory: string;
|
|
189
160
|
relativePath: string;
|
|
190
161
|
error?: undefined;
|
|
191
|
-
} |
|
|
162
|
+
} | {
|
|
192
163
|
success: boolean;
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
projectDir: string;
|
|
196
|
-
relativePath: string;
|
|
197
|
-
database: "none";
|
|
198
|
-
orm: "none";
|
|
199
|
-
backend: "none";
|
|
200
|
-
runtime: "none";
|
|
201
|
-
frontend: never[];
|
|
202
|
-
addons: never[];
|
|
203
|
-
examples: never[];
|
|
204
|
-
auth: "none";
|
|
205
|
-
payments: "none";
|
|
206
|
-
git: false;
|
|
207
|
-
packageManager: "npm";
|
|
208
|
-
install: false;
|
|
209
|
-
dbSetup: "none";
|
|
210
|
-
api: "none";
|
|
211
|
-
webDeploy: "none";
|
|
212
|
-
serverDeploy: "none";
|
|
213
|
-
};
|
|
164
|
+
error: string;
|
|
165
|
+
projectConfig: types_d_exports.ProjectConfig;
|
|
214
166
|
reproducibleCommand: string;
|
|
215
167
|
timeScaffolded: string;
|
|
216
168
|
elapsedTimeMs: number;
|
|
217
169
|
projectDirectory: string;
|
|
218
170
|
relativePath: string;
|
|
219
|
-
|
|
220
|
-
} | {
|
|
171
|
+
} | undefined, {
|
|
221
172
|
success: boolean;
|
|
222
173
|
projectConfig: {
|
|
223
174
|
projectName: string;
|
|
@@ -246,6 +197,15 @@ declare const router: {
|
|
|
246
197
|
projectDirectory: string;
|
|
247
198
|
relativePath: string;
|
|
248
199
|
error?: undefined;
|
|
200
|
+
} | {
|
|
201
|
+
success: boolean;
|
|
202
|
+
error: string;
|
|
203
|
+
projectConfig: types_d_exports.ProjectConfig;
|
|
204
|
+
reproducibleCommand: string;
|
|
205
|
+
timeScaffolded: string;
|
|
206
|
+
elapsedTimeMs: number;
|
|
207
|
+
projectDirectory: string;
|
|
208
|
+
relativePath: string;
|
|
249
209
|
} | undefined>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
250
210
|
add: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, z.ZodTuple<[z.ZodObject<{
|
|
251
211
|
addons: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as router, i as docs, n as create, o as sponsors, r as createBtsCli, t as builder } from "./src-
|
|
2
|
+
import { a as router, i as docs, n as create, o as sponsors, r as createBtsCli, t as builder } from "./src-CvDgQFF4.mjs";
|
|
3
3
|
|
|
4
4
|
export { builder, create, createBtsCli, docs, router, sponsors };
|