Files
sgse-app/bts.jsonc
2025-10-21 11:06:46 -03:00

28 lines
510 B
JSON

// Better-T-Stack configuration file
// safe to delete
{
"$schema": "https://r2.better-t-stack.dev/schema.json",
"version": "3.2.6",
"createdAt": "2025-10-21T14:06:42.422Z",
"database": "none",
"orm": "none",
"backend": "convex",
"runtime": "none",
"frontend": [
"svelte"
],
"addons": [
"biome",
"turborepo"
],
"examples": [
"todo"
],
"auth": "none",
"packageManager": "bun",
"dbSetup": "none",
"api": "none",
"webDeploy": "none",
"serverDeploy": "none"
}