The one example for Express works very well for HTTP itself https://github.com/rspack-contrib/rspack-examples/blob/main/rsbuild/express/server.mjs Just not for HTTPS. If you populate `https` with `defineConfig()`, then it breaks.
The one example for Express works very well for HTTP itself
https://github.com/rspack-contrib/rspack-examples/blob/main/rsbuild/express/server.mjs
Just not for HTTPS. If you populate
httpswithdefineConfig(), then it breaks.