chore: remove bin/warelay.js
This commit is contained in:
parent
4b6325908b
commit
56cedad707
@ -1,6 +0,0 @@
|
||||
#!/usr/bin/env node
|
||||
import("../dist/index.js").then((mod) => {
|
||||
if (mod?.program?.parseAsync) {
|
||||
mod.program.parseAsync(process.argv);
|
||||
}
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user