Changing port to 1235 to not clash with smtp default port
This commit is contained in:
parent
2a4db316b9
commit
3a402139b5
7 changed files with 7 additions and 7 deletions
|
@ -238,7 +238,7 @@ with lots of parameters by hand all the time, so i added a few lines to my compo
|
|||
|
||||
```json
|
||||
"scripts": {
|
||||
"serve": "php -S 0.0.0.0:1234 -t public",
|
||||
"serve": "php -S 0.0.0.0:1235 -t public",
|
||||
"phpstan": "./vendor/bin/phpstan analyze",
|
||||
"baseline": "./vendor/bin/phpstan analyze --generate-baseline",
|
||||
"check": "./vendor/bin/phpcs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue