MCPcopy Index your code
hub / github.com/react/react / runServer

Function runServer

packages/react-devtools-shell/webpack-server.js:241–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239);
240
241const runServer = async () => {
242 console.log('Starting server...');
243
244 appServer.compiler.hooks.done.tap('done', () =>
245 console.log(SUCCESSFUL_COMPILATION_MESSAGE),
246 );
247
248 await e2eRegressionAppServer.start();
249 await appServer.start();
250};
251
252runServer();

Callers 1

webpack-server.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected