File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -528,17 +528,17 @@ export const PRESET_TEMPLATES = [
528
528
{
529
529
id : "api-only" ,
530
530
name : "API Only" ,
531
- description : "Backend API with Hono and PostgreSQL " ,
531
+ description : "Backend API with Hono and Sqlite " ,
532
532
stack : {
533
533
projectName : "my-better-t-app" ,
534
534
webFrontend : [ "none" ] ,
535
535
nativeFrontend : [ "none" ] ,
536
536
runtime : "bun" ,
537
537
backend : "hono" ,
538
- database : "postgres " ,
538
+ database : "sqlite " ,
539
539
orm : "drizzle" ,
540
540
dbSetup : "none" ,
541
- auth : "false " ,
541
+ auth : "true " ,
542
542
packageManager : "bun" ,
543
543
addons : [ "turborepo" ] ,
544
544
examples : [ ] ,
Original file line number Diff line number Diff line change 14
14
},
15
15
"apps/cli" : {
16
16
"name" : " create-better-t-stack" ,
17
- "version" : " 2.19.1 " ,
17
+ "version" : " 2.20.0 " ,
18
18
"bin" : {
19
19
"create-better-t-stack" : " dist/index.js" ,
20
20
},
You can’t perform that action at this time.
0 commit comments