Update docs

This commit is contained in:
Kegunya Babu 2023-06-22 14:22:59 +03:00
parent 32b5140c75
commit 26eb779df6
2 changed files with 2 additions and 6 deletions

View file

@ -72,9 +72,7 @@
"socketio",
"watch",
"schedule",
"worker_short",
"worker_long",
"worker_default"
"worker"
]
}
]

View file

@ -281,9 +281,7 @@ honcho start \
socketio \
watch \
schedule \
worker_short \
worker_long \
worker_default
worker
```
Alternatively you can use the VSCode launch configuration "Honcho SocketIO Watch Schedule Worker" which launches the same command as above.