feat(web): add og image

This commit is contained in:
Aman Varshney
2025-08-29 23:48:43 +05:30
parent 9f309a8db3
commit f37412f076
17 changed files with 159 additions and 46 deletions

View File

@@ -1,11 +1,11 @@
---
title: Project Structure
description: Understanding the structure of projects created by Better-T Stack CLI
description: Understanding the structure of projects created by Better-T-Stack CLI
---
## Overview
Better-T Stack CLI scaffolds a monorepo with `apps/*` and, when needed, `packages/*`. The exact structure depends on your choices (frontend, backend, API, database/ORM, auth, addons, runtime, deploy). This page mirrors what the CLI actually writes.
Better-T-Stack CLI scaffolds a monorepo with `apps/*` and, when needed, `packages/*`. The exact structure depends on your choices (frontend, backend, API, database/ORM, auth, addons, runtime, deploy). This page mirrors what the CLI actually writes.
## Root layout
@@ -242,7 +242,7 @@ apps/docs/
## Configuration Files
### Better-T Stack Config (bts.jsonc)
### Better-T-Stack Config (bts.jsonc)
```json
{