mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05: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",
|
"socketio",
|
||||||
"watch",
|
"watch",
|
||||||
"schedule",
|
"schedule",
|
||||||
"worker_short",
|
"worker"
|
||||||
"worker_long",
|
|
||||||
"worker_default"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -281,9 +281,7 @@ honcho start \
|
||||||
socketio \
|
socketio \
|
||||||
watch \
|
watch \
|
||||||
schedule \
|
schedule \
|
||||||
worker_short \
|
worker
|
||||||
worker_long \
|
|
||||||
worker_default
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively you can use the VSCode launch configuration "Honcho SocketIO Watch Schedule Worker" which launches the same command as above.
|
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