updated readme.md

This commit is contained in:
2026-01-31 16:34:59 -06:00
parent 0554b6bb6b
commit 2e17ffee27
+1 -1
View File
@@ -7,7 +7,7 @@ This project uses **PM2** (via Bun) to stay online 24/7. The app runs on port `4
| Action | Command | Description | | Action | Command | Description |
| :--- | :--- | :--- | | :--- | :--- | :--- |
| **Check Status** | `bun status` | See if the site is online/how much memory it's using. | | **Check Status** | `bun status` | See if the site is online/how much memory it's using. |
| **Update Site** | `bun deploy` | Pulls latest code, builds, and restarts the server. | | **Update Site** | `bun run deploy` | Pulls latest code, builds, and restarts the server. |
| **Stop Server** | `bun stop` | Shuts down the site (use for maintenance). | | **Stop Server** | `bun stop` | Shuts down the site (use for maintenance). |
| **View Logs** | `bun logs` | See real-time errors or console output (Ctrl+C to exit). | | **View Logs** | `bun logs` | See real-time errors or console output (Ctrl+C to exit). |