feat: add rollup-tools

This commit is contained in:
2024-11-22 01:40:49 +08:00
parent b4cca6e345
commit 5ed479e74f
15 changed files with 500 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env node
import { runParser } from '../dist/run.mjs';
runParser(process.argv);