diff --git a/bin/warelay.js b/bin/warelay.js deleted file mode 100755 index 56653d985..000000000 --- a/bin/warelay.js +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env node -import("../dist/index.js").then((mod) => { - if (mod?.program?.parseAsync) { - mod.program.parseAsync(process.argv); - } -});