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",
|
id: "api-only",
|
||||||
name: "API Only",
|
name: "API Only",
|
||||||
description: "Backend API with Hono and PostgreSQL",
|
description: "Backend API with Hono and Sqlite",
|
||||||
stack: {
|
stack: {
|
||||||
projectName: "my-better-t-app",
|
projectName: "my-better-t-app",
|
||||||
webFrontend: ["none"],
|
webFrontend: ["none"],
|
||||||
nativeFrontend: ["none"],
|
nativeFrontend: ["none"],
|
||||||
runtime: "bun",
|
runtime: "bun",
|
||||||
backend: "hono",
|
backend: "hono",
|
||||||
database: "postgres",
|
database: "sqlite",
|
||||||
orm: "drizzle",
|
orm: "drizzle",
|
||||||
dbSetup: "none",
|
dbSetup: "none",
|
||||||
auth: "false",
|
auth: "true",
|
||||||
packageManager: "bun",
|
packageManager: "bun",
|
||||||
addons: ["turborepo"],
|
addons: ["turborepo"],
|
||||||
examples: [],
|
examples: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user