feat: 使用esbuild

This commit is contained in:
2024-11-14 23:34:31 +08:00
parent 272845fe87
commit f11810220e
5 changed files with 109 additions and 11 deletions

View File

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