Files
HausApp/bts.jsonc
René Schober 4e34270786 initial commit
2026-03-13 06:23:06 +01:00

32 lines
1.2 KiB
JSON

// Better-T-Stack
//
// Website: https://www.better-t-stack.dev/
// Stack Builder: https://www.better-t-stack.dev/new
// Analytics: https://www.better-t-stack.dev/analytics
// Showcase: https://www.better-t-stack.dev/showcase
// Sponsor: https://github.com/sponsors/AmanVarshney01
//
// Add new addons with: bun create better-t-stack add
// This file is safe to delete
{
"$schema": "https://r2.better-t-stack.dev/schema.json",
"version": "3.25.4",
"createdAt": "2026-03-13T05:21:14.719Z",
"reproducibleCommand": "bun create better-t-stack@latest haushaltsApp --frontend tanstack-router native-uniwind --backend hono --runtime bun --database postgres --orm drizzle --api none --auth better-auth --payments none --addons mcp skills turborepo --examples none --db-setup docker --web-deploy none --server-deploy none --git --package-manager bun --install",
"database": "postgres",
"orm": "drizzle",
"backend": "hono",
"runtime": "bun",
"frontend": ["tanstack-router", "native-uniwind"],
"addons": ["mcp", "skills", "turborepo"],
"examples": [],
"auth": "better-auth",
"payments": "none",
"packageManager": "bun",
"dbSetup": "docker",
"api": "none",
"webDeploy": "none",
"serverDeploy": "none",
}