Skip to content

Commit 4c038c6

Browse files
feat: update README.md
1 parent b2396c0 commit 4c038c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ test("Should save a valid message and then retrieve it", async () => {
101101

102102
Here is a list of all available commands defined in the `package.json`, along with what each one does:
103103

104-
| Command | Description |
105-
|----------------------|-------------|
106-
| **`bun run dev`** | Runs the server in development mode with hot-reload enabled. |
107-
| **`bun start`** | Starts the server normally (without hot-reload). |
108-
| **`bun test`** | Runs all tests (unit, integration, and E2E). |
104+
| Command | Description |
105+
| -------------------- | --------------------------------------------------------------------------- |
106+
| **`bun run dev`** | Runs the server in development mode with hot-reload enabled. |
107+
| **`bun start`** | Starts the server normally (without hot-reload). |
108+
| **`bun test`** | Runs all tests (unit, integration, and E2E). |
109109
| **`bun run build`** | Builds the project into the `dist/` folder, minified and optimized for Bun. |
110-
| **`bun run format`** | Formats all files in the project using Prettier. |
111-
| **`bun coverage`** | Runs the test suite and generates a coverage report. |
110+
| **`bun run format`** | Formats all files in the project using Prettier. |
111+
| **`bun coverage`** | Runs the test suite and generates a coverage report. |
112112

113113
---
114114

0 commit comments

Comments
 (0)