mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Update API Only preset to use Sqlite and enable auth
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user