updated readme.md
This commit is contained in:
@@ -7,7 +7,7 @@ This project uses **PM2** (via Bun) to stay online 24/7. The app runs on port `4
|
||||
| Action | Command | Description |
|
||||
| :--- | :--- | :--- |
|
||||
| **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). |
|
||||
| **View Logs** | `bun logs` | See real-time errors or console output (Ctrl+C to exit). |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user