mirror of
https://github.com/LittleQuartZ/addmon.git
synced 2026-02-06 18:35:27 +07:00
22 lines
518 B
JSON
22 lines
518 B
JSON
// Better-T-Stack configuration file
|
|
// safe to delete
|
|
|
|
{
|
|
"$schema": "https://r2.better-t-stack.dev/schema.json",
|
|
"version": "3.12.6",
|
|
"createdAt": "2025-12-28T19:33:16.397Z",
|
|
"database": "none",
|
|
"orm": "none",
|
|
"backend": "none",
|
|
"runtime": "none",
|
|
"frontend": ["tanstack-router"],
|
|
"addons": ["oxlint", "tauri", "turborepo"],
|
|
"examples": [],
|
|
"auth": "none",
|
|
"payments": "none",
|
|
"packageManager": "bun",
|
|
"dbSetup": "none",
|
|
"api": "none",
|
|
"webDeploy": "none",
|
|
"serverDeploy": "none",
|
|
}
|