Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-31 12:25:56 +00:00
parent 4f5998aed5
commit b23be2ca46

6
src/index.ts Normal file
View File

@@ -0,0 +1,6 @@
import { run } from './cli.js';
run().catch((error) => {
console.error('Fatal error:', error);
process.exit(1);
});