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 don't think this issue should hold up the release of 0.6.0. I'm not sure of the full scope of changes, and they may be large enough that pushing to the next release makes sense.
Just adding a note here, so I don't forget when I come back to this.
I think we should do what Norbert did in this changeset where he moved all the server logic into a server.js file. I can either wait for his PR to be accepted (post-0.6.0) or we just deal with the annoying merge.
#241 added the ability to use NodeJS's require to load SourceJS as part of a NodeJS script.
This issue will need to add the ability to pass in the SourceJS CLI options via plain object to the startServer method.
It should follow the same inheritance/override pattern as the current CLI ability.
The text was updated successfully, but these errors were encountered: