From 0383150109f61bddb7b8b0904b8787f770f1d392 Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Thu, 5 Mar 2026 21:54:37 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20fix=20documentation=20l?= =?UTF-8?q?ayout=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6fec39..53f0cd4 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ bun run dev ``` **Production Mode** + Build the application: ```bash @@ -158,7 +159,7 @@ module-name/ - **types.ts**: Contains module-specific TypeScript types. - **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 bun run route:sync