diff --git a/apps/web/src/lib/constant.ts b/apps/web/src/lib/constant.ts index 5550bf7..c698fe0 100644 --- a/apps/web/src/lib/constant.ts +++ b/apps/web/src/lib/constant.ts @@ -528,17 +528,17 @@ export const PRESET_TEMPLATES = [ { id: "api-only", name: "API Only", - description: "Backend API with Hono and PostgreSQL", + description: "Backend API with Hono and Sqlite", stack: { projectName: "my-better-t-app", webFrontend: ["none"], nativeFrontend: ["none"], runtime: "bun", backend: "hono", - database: "postgres", + database: "sqlite", orm: "drizzle", dbSetup: "none", - auth: "false", + auth: "true", packageManager: "bun", addons: ["turborepo"], examples: [], diff --git a/bun.lock b/bun.lock index ec94c0f..8e6e9ed 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ }, "apps/cli": { "name": "create-better-t-stack", - "version": "2.19.1", + "version": "2.20.0", "bin": { "create-better-t-stack": "dist/index.js", },