Files
nontara/bts.jsonc
kenzuya a23b25c953 chore(config): update configs and bump dependencies
Update Biome linter configuration for cleaner formatting.

Format BTS configuration file for consistency.

Bump versions for tailwindcss and tw-animate-css in lockfile.

Update package.json scripts to use @nontara/server.
2025-10-01 11:06:04 +00:00

22 lines
479 B
JSON

// Better-T-Stack configuration file
// safe to delete
{
"$schema": "https://r2.better-t-stack.dev/schema.json",
"version": "2.46.0",
"createdAt": "2025-09-16T19:14:46.247Z",
"database": "sqlite",
"orm": "drizzle",
"backend": "hono",
"runtime": "bun",
"frontend": ["tanstack-start"],
"addons": ["biome", "turborepo"],
"examples": [],
"auth": "better-auth",
"packageManager": "bun",
"dbSetup": "none",
"api": "trpc",
"webDeploy": "none",
"serverDeploy": "none"
}