initial commit
This commit is contained in:
commit
33e75c056f
77 changed files with 4329 additions and 0 deletions
31
bts.jsonc
Normal file
31
bts.jsonc
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
// 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",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue