worker-time-control/README.md

7 lines
110 B
Markdown
Raw Normal View History

2021-10-20 13:26:27 +00:00
# Time control for workers
2021-10-18 08:54:32 +00:00
Launch application in development environment.
```
$ php -S 0.0.0.0:9090 -t .
```