mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
docs: 📚️ fix npm port command
This commit is contained in:
parent
2c9be0b829
commit
be29ad7157
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ If you want to specify a different port (for example port `4000`) run with:
|
|||
yarn start -p 4000
|
||||
|
||||
// NPM
|
||||
npm start -p 4000
|
||||
npm start -- -p 4000
|
||||
```
|
||||
|
||||
## Development
|
||||
|
|
Loading…
Add table
Reference in a new issue