26 lines
514 B
JSON
26 lines
514 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"
|
|
} |