You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this to work on *localhost* you'll have to create and properly install
78
+
a self-signed SSL certificate on your system. Instructions in this article
79
+
should help: [How to get HTTPS working on your local development environment in 5 minutes](https://medium.freecodecamp.org/how-to-get-https-working-on-your-local-development-environment-in-5-minutes-7af615770eec)
80
+
81
+
- **`logger`** — *Object* — Optional. The logger to be used for
82
+
logging. Defaults to `console`, otherwise it is expected to provide the same
83
+
interface. Note that `console` is not efficient for production use, because
84
+
it is not async in NodeJS.
75
85
- **`onExpressJsSetup`** — *Function* — Custom setup of ExpressJS
76
86
server. Express server instance will be passed in as the only argument to this
0 commit comments