UNPKG

@rushstack/lockfile-explorer

Version:

Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo

6 lines 441 B
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. import { ExplorerCommandLineParser } from './cli/explorer/ExplorerCommandLineParser'; const parser = new ExplorerCommandLineParser(); parser.executeAsync().catch(console.error); // CommandLineParser.executeAsync() should never reject the promise //# sourceMappingURL=start-explorer.js.map