mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
Update docs
This commit is contained in:
parent
32b5140c75
commit
26eb779df6
2 changed files with 2 additions and 6 deletions
|
|
@ -72,9 +72,7 @@
|
|||
"socketio",
|
||||
"watch",
|
||||
"schedule",
|
||||
"worker_short",
|
||||
"worker_long",
|
||||
"worker_default"
|
||||
"worker"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue