4 lines
85 B
TypeScript

import { main } from './main.js';
main().catch((e) => console.error('error: ', e));