-
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.16 KB
/
bts.jsonc
File metadata and controls
31 lines (30 loc) · 1.16 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: pnpm dlx create-better-t-stack add
// This file is safe to delete
{
"$schema": "https://r2.better-t-stack.dev/schema.json",
"version": "3.25.5",
"createdAt": "2026-03-18T10:10:04.667Z",
"reproducibleCommand": "pnpm create better-t-stack@latest hireok-mono --frontend tanstack-router --backend hono --runtime workers --database postgres --orm drizzle --api orpc --auth better-auth --payments none --addons nx --examples none --db-setup neon --web-deploy cloudflare --server-deploy cloudflare --git --package-manager pnpm --install",
"database": "postgres",
"orm": "drizzle",
"backend": "hono",
"runtime": "workers",
"frontend": ["tanstack-router"],
"addons": ["nx"],
"examples": [],
"auth": "better-auth",
"payments": "none",
"packageManager": "pnpm",
"dbSetup": "neon",
"api": "orpc",
"webDeploy": "cloudflare",
"serverDeploy": "cloudflare",
}