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
I've spent like 5 straight hours now on this :(
I define my express app and my http server and put them in the config but then DocPad just creates a new one of each.
I've spent like 5 straight hours now on this :(
I define my express app and my http server and put them in the config but then DocPad just creates a new one of each.
Diving through the code I found this https://github.com/bevry/docpad/blob/master/src/lib/docpad.coffee#L4565-L4566
I debugged a little bit and opts.serverExpress and opts.serverHttp are always undefined.
Am I doing something wrong or is this code just ignoring the servers that we define in the config?
The text was updated successfully, but these errors were encountered: