2026-05-31 13:54:31 +02:00

6 lines
76 B
JavaScript
Executable File

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