docs: fixed pm2 start command

This commit is contained in:
Otto 2024-07-02 10:30:05 +03:00
parent 69a2cf4eac
commit 79e338958a

View File

@ -39,7 +39,7 @@ pnpm run build
```
```sh
pm2 start --name "Sigit-DVM" -- start
pm2 start --name "Sigit-DVM" npm -- start
```
## Make PM2 auto start on reboot