fix(rspack): User port should be respected. (#387)

closes: https://github.com/nrwl/nx/issues/22726
This commit is contained in:
Nicholas Cunningham 2024-04-09 06:46:05 -06:00 committed by GitHub
parent 0f2218f003
commit d3e7363b1c

View File

@ -42,6 +42,7 @@ export default async function* runExecutor(
devServerConfig = {
...devServerConfig,
...firstCompiler.options.devServer,
port: devServerConfig.port,
};
yield* createAsyncIterable(({ next }) => {