2025-09-05 22:40:22 +08:00

5 lines
69 B
JavaScript
Executable File

#!/usr/bin/env node
import { main } from '../dist/cli.mjs';
main();