refactor: move cli to package folder (#28356)

This commit is contained in:
Jason Rasmussen
2026-05-11 14:49:45 -04:00
committed by GitHub
parent fb0a54d548
commit db589455f4
37 changed files with 133 additions and 139 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env node
import '../dist/index.js';