/** * The starting point for running scroll */ import { main } from './common/mod.ts'; /** * Start the event loop */ await main();