feat: add rollup-tools
This commit is contained in:
4
packages/rollup-tools/bin/ev.js
Executable file
4
packages/rollup-tools/bin/ev.js
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
import { runParser } from '../dist/run.mjs';
|
||||
|
||||
runParser(process.argv);
|
||||
Reference in New Issue
Block a user