scroll/src/scroll.ts

10 lines
137 B
JavaScript
Raw Permalink Normal View History

2023-10-27 12:11:48 -04:00
/**
* The starting point for running scroll
*/
2023-11-15 08:32:25 -05:00
import { main } from './common/main.ts';
2023-11-01 15:05:31 -04:00
/**
* Start the event loop
*/
await main();