scroll/src/scroll.ts

10 lines
137 B
JavaScript

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