chore: remove bin/warelay.js

main
Peter Steinberger 2025-12-06 23:17:01 +01:00
parent 4b6325908b
commit 56cedad707
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#!/usr/bin/env node
import("../dist/index.js").then((mod) => {
if (mod?.program?.parseAsync) {
mod.program.parseAsync(process.argv);
}
});