This commit is contained in:
2025-09-03 12:19:38 -03:00
commit 08a5e16e4b
83 changed files with 12223 additions and 0 deletions

21
bts.jsonc Normal file
View File

@@ -0,0 +1,21 @@
// Better-T-Stack configuration file
// safe to delete
{
"$schema": "https://r2.better-t-stack.dev/schema.json",
"version": "2.40.3",
"createdAt": "2025-09-03T15:18:19.078Z",
"database": "postgres",
"orm": "drizzle",
"backend": "hono",
"runtime": "bun",
"frontend": ["tanstack-router"],
"addons": ["husky", "pwa", "tauri", "turborepo", "ultracite"],
"examples": [],
"auth": "better-auth",
"packageManager": "pnpm",
"dbSetup": "docker",
"api": "trpc",
"webDeploy": "none",
"serverDeploy": "none"
}