fix: 打包修改

This commit is contained in:
2024-10-24 09:36:57 +08:00
parent c832c0274a
commit f182838a2d
5 changed files with 14 additions and 4 deletions

View File

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