32 lines
1.2 KiB
JSON
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: pnpm dlx create-better-t-stack add
|
|
// This file is safe to delete
|
|
|
|
{
|
|
"$schema": "https://r2.better-t-stack.dev/schema.json",
|
|
"version": "3.19.5",
|
|
"createdAt": "2026-02-10T18:40:01.267Z",
|
|
"reproducibleCommand": "pnpm create better-t-stack@latest zendegi --frontend tanstack-start --backend self --runtime none --database postgres --orm drizzle --api none --auth better-auth --payments none --addons turborepo ultracite --examples none --db-setup docker --web-deploy none --server-deploy none --git --package-manager pnpm --install",
|
|
"database": "postgres",
|
|
"orm": "drizzle",
|
|
"backend": "self",
|
|
"runtime": "none",
|
|
"frontend": ["tanstack-start"],
|
|
"addons": ["turborepo", "ultracite"],
|
|
"examples": [],
|
|
"auth": "better-auth",
|
|
"payments": "none",
|
|
"packageManager": "pnpm",
|
|
"dbSetup": "docker",
|
|
"api": "none",
|
|
"webDeploy": "none",
|
|
"serverDeploy": "none",
|
|
}
|