bigtestjs / server

All BigTest development has moved to https://github.com/thefrontside/bigtest
https://github.com/thefrontside/bigtest
2 stars 1 forks source link

Use middleware rather than parcel's own server #65

Closed jnicklas closed 4 years ago

jnicklas commented 4 years ago

The promise based API on parcel's server doesn't allow us to have good control over how the server is stopped. Also, the built in server does some crazy stuff with switching to a different port in case it's occupied which is not what we want at all.