🎨 style: fix documentation layout issues
This commit is contained in:
@ -76,6 +76,7 @@ bun run dev
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Production Mode**
|
**Production Mode**
|
||||||
|
|
||||||
Build the application:
|
Build the application:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -158,7 +159,7 @@ module-name/
|
|||||||
- **types.ts**: Contains module-specific TypeScript types.
|
- **types.ts**: Contains module-specific TypeScript types.
|
||||||
- **index.ts**: Defines the module routes and route prefix (e.g., `/auth`).
|
- **index.ts**: Defines the module routes and route prefix (e.g., `/auth`).
|
||||||
|
|
||||||
> **IMPORTANT**! Whenever you create a new module and configure its routes, you must run:
|
> **IMPORTANT** Whenever you create a new module and configure its routes, you must run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun run route:sync
|
bun run route:sync
|
||||||
|
|||||||
Reference in New Issue
Block a user