import common from './lib/common.mjs'; import Monitor from './monitor.mjs'; (async () => { let monitor = new Monitor(); await monitor.init(); })();