feat: add command (#337)

This commit is contained in:
Aman Varshney
2025-06-22 03:20:05 +05:30
committed by GitHub
parent 198d0e7434
commit 9c7a0f0110
29 changed files with 1015 additions and 255 deletions

View File

@@ -0,0 +1,20 @@
{
"$schema": "https://better-t-stack.dev/schema.json",
// Better-T-Stack configuration file
// This file was automatically generated when the project was created
// It contains the stack configuration used to generate this project
"version": "2.21.0",
"createdAt": "2024-01-15T10:30:00.000Z",
"database": "sqlite",
"orm": "drizzle",
"backend": "hono",
"runtime": "bun",
"frontend": ["tanstack-router"],
"addons": ["turborepo", "biome"],
"examples": ["todo"],
"auth": true,
"packageManager": "bun",
"dbSetup": "turso",
"api": "trpc"
}