initial commit

This commit is contained in:
2025-07-28 11:36:22 +02:00
commit f06c20fc8f
48 changed files with 2899 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://better-t-stack.dev/schema.json",
"version": "2.27.1",
"createdAt": "2025-07-28T09:36:18.954Z",
"database": "postgres",
"orm": "drizzle",
"backend": "hono",
"runtime": "bun",
"frontend": [
"tanstack-router"
],
"addons": [],
"examples": [],
"auth": true,
"packageManager": "bun",
"dbSetup": "none",
"api": "trpc",
"webDeploy": "none"
}