scroll/src/scroll.ts

10 lines
136 B
JavaScript
Raw Normal View History

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