Files
2026-02-04 01:55:00 +01:00

4 lines
65 B
JavaScript
Executable File

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