initial commit

This commit is contained in:
Syahdan 2025-12-29 02:33:36 +07:00
commit 43dd3ce0e9
64 changed files with 7783 additions and 0 deletions

22
bts.jsonc Normal file
View file

@ -0,0 +1,22 @@
// 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",
}