Skip to content

Commit

Permalink
docs: add missing docs key to config file document (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas committed Sep 4, 2023
1 parent 45916ed commit 9b63241
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ This function must return an object with the following shape:
export default async function () {
return {
glee: {},
docs: {},
cluster: {},
kafka: {},
websocket: {},
mqtt: {},
cluster: {},
http: {}
}
}
Expand Down

0 comments on commit 9b63241

Please sign in to comment.