File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,14 @@ test("Should save a valid message and then retrieve it", async () => {
101101
102102Here 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
You can’t perform that action at this time.
0 commit comments