From ae2fb7b528a74d5fb58a24f4a6e95d34dbab0e4b Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Mon, 23 Jun 2025 09:37:16 +0530 Subject: [PATCH] add schema.json --- apps/web/public/example-bts.jsonc | 20 -------------------- bun.lock | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 apps/web/public/example-bts.jsonc diff --git a/apps/web/public/example-bts.jsonc b/apps/web/public/example-bts.jsonc deleted file mode 100644 index b348481..0000000 --- a/apps/web/public/example-bts.jsonc +++ /dev/null @@ -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" -} diff --git a/bun.lock b/bun.lock index 5978c31..bd9c133 100644 --- a/bun.lock +++ b/bun.lock @@ -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", },