Files
goitsa-landingpage/bts.jsonc
2025-12-24 11:28:58 -06:00

27 lines
526 B
JSON

// Better-T-Stack configuration file
// safe to delete
{
"$schema": "https://r2.better-t-stack.dev/schema.json",
"version": "3.11.1",
"createdAt": "2025-12-24T17:25:23.833Z",
"database": "none",
"orm": "none",
"backend": "none",
"runtime": "none",
"frontend": [
"tanstack-router"
],
"addons": [
"turborepo",
"biome"
],
"examples": [],
"auth": "none",
"payments": "none",
"packageManager": "bun",
"dbSetup": "none",
"api": "none",
"webDeploy": "none",
"serverDeploy": "none"
}