Adds ability to pass a middleware to CLI for instrumentation (#3554)
* Adds ability to pass a middleware to CLI for instrumentation * Adds readme
This commit is contained in:
committed by
Natan Rolnik
parent
73260897cd
commit
41358d2226
@@ -249,4 +249,7 @@ export default {
|
||||
help: "Live query server configuration options (will start the liveQuery server)",
|
||||
action: objectParser
|
||||
},
|
||||
"middleware": {
|
||||
help: "middleware for express server, can be string or function"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user