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