3 lines
89 B
TypeScript
3 lines
89 B
TypeScript
import { handleFatalError, main } from "./cli-main.js";
|
|
|
|
main().catch(handleFatalError);
|