Files
compensation-calculator/bts.jsonc
2025-12-31 17:44:37 -06:00

26 lines
513 B
JSON

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