fix(bin): update import statement for index file

This commit is contained in:
Soybean
2026-03-31 00:26:03 +08:00
parent a43a7b3ba0
commit 4549ddda9b

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env tsx
import './src/index.ts';
import './src/index';