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
Hey @oliver----!
If you really don't use express for anything except static serving here, than it would be useful to have an option for passing existing express instance.
Otherwise if you use express in your app (say for collab) you'll need to run two servers. It's not a big problem since you can still serve static within your app, but just a bit cleaner I would say...
What do you think?
The text was updated successfully, but these errors were encountered:
Hey @oliver----!
If you really don't use express for anything except static serving here, than it would be useful to have an option for passing existing express instance.
Otherwise if you use express in your app (say for collab) you'll need to run two servers. It's not a big problem since you can still serve static within your app, but just a bit cleaner I would say...
What do you think?
The text was updated successfully, but these errors were encountered: