lighthouse/cli/index.js

11 строки
157 B
JavaScript
Executable File

#!/usr/bin/env node
/**
* @license
* Copyright 2017 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import {begin} from './bin.js';
await begin();