mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 22:39:26 +01:00
12 lines
189 B
JavaScript
Vendored
12 lines
189 B
JavaScript
Vendored
/* @flow */
|
|
|
|
(function () {
|
|
require('./lib/main').config(
|
|
Object.assign(
|
|
{},
|
|
require('./lib/env-options'),
|
|
require('./lib/cli-options')(process.argv)
|
|
)
|
|
)
|
|
})()
|