MCPcopy Create free account
hub / github.com/webpack/webpack-cli / getGetPort

Function getGetPort

test/serve/basic/multi-dev-server.config.js:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2const { devServerConfig } = require("./helper/base-dev-server.config");
3
4const getGetPort = () => import("get-port");
5
6module.exports = async () => {
7 const port1 = await (await getGetPort()).default();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected