Files
goitsa-cursos/bts.jsonc
2025-12-22 18:40:53 -06:00

29 lines
551 B
JSON

// Better-T-Stack configuration file
// safe to delete
{
"$schema": "https://r2.better-t-stack.dev/schema.json",
"version": "3.11.0",
"createdAt": "2025-12-23T00:40:44.806Z",
"database": "sqlite",
"orm": "drizzle",
"backend": "hono",
"runtime": "bun",
"frontend": [
"tanstack-router"
],
"addons": [
"turborepo",
"biome"
],
"examples": [
"todo"
],
"auth": "better-auth",
"payments": "none",
"packageManager": "bun",
"dbSetup": "none",
"api": "trpc",
"webDeploy": "none",
"serverDeploy": "none"
}