import run from "./run"; async function main() { while (true) { await run(); } } main();