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.
22 lines
479 B
JSON
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"
|
|
}
|