mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(web): add og image
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user