add schema.json

This commit is contained in:
Aman Varshney
2025-06-23 09:37:16 +05:30
parent c18370b085
commit ae2fb7b528
2 changed files with 1 additions and 21 deletions

View File

@@ -1,20 +0,0 @@
{
"$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"
}

View File

@@ -14,7 +14,7 @@
},
"apps/cli": {
"name": "create-better-t-stack",
"version": "2.21.0",
"version": "2.22.2",
"bin": {
"create-better-t-stack": "dist/index.js",
},