-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbts.jsonc
More file actions
31 lines (30 loc) · 1.15 KB
/
Copy pathbts.jsonc
File metadata and controls
31 lines (30 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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.35.0",
"createdAt": "2026-06-29T10:13:45.354Z",
"reproducibleCommand": "bun create better-t-stack@latest node-app --frontend tanstack-router --backend hono --runtime bun --database postgres --orm drizzle --api trpc --auth better-auth --payments none --addons vite-plus --examples none --db-setup docker --web-deploy docker --server-deploy docker --git --package-manager bun --no-install",
"database": "postgres",
"orm": "drizzle",
"backend": "hono",
"runtime": "bun",
"frontend": ["tanstack-router"],
"addons": ["vite-plus"],
"examples": [],
"auth": "better-auth",
"payments": "none",
"packageManager": "bun",
"dbSetup": "docker",
"api": "trpc",
"webDeploy": "docker",
"serverDeploy": "docker",
}