initial commit

This commit is contained in:
2025-10-21 11:06:46 -03:00
commit d00e0cd676
33 changed files with 1324 additions and 0 deletions

28
bts.jsonc Normal file
View File

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