31 lines
1.2 KiB
JSON
31 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.27.5",
|
|
"createdAt": "2026-04-29T09:59:41.200Z",
|
|
"reproducibleCommand": "bun create better-t-stack@latest minmon --frontend tanstack-router --backend elysia --runtime bun --database postgres --orm drizzle --api trpc --auth better-auth --payments none --addons electrobun turborepo --examples none --db-setup docker --web-deploy none --server-deploy none --git --package-manager bun --install",
|
|
"database": "postgres",
|
|
"orm": "drizzle",
|
|
"backend": "elysia",
|
|
"runtime": "bun",
|
|
"frontend": ["tanstack-router"],
|
|
"addons": ["electrobun", "turborepo"],
|
|
"examples": [],
|
|
"auth": "better-auth",
|
|
"payments": "none",
|
|
"packageManager": "bun",
|
|
"dbSetup": "docker",
|
|
"api": "trpc",
|
|
"webDeploy": "none",
|
|
"serverDeploy": "none",
|
|
}
|