hocai-connect 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/bin.js +4 -0
  2. package/dist/cli.js +40193 -0
  3. package/package.json +16 -0
package/bin.js ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+ // Toàn bộ mã đã được esbuild gộp vào dist/cli.js — không có phụ thuộc lúc chạy,
3
+ // nên `npx hocai-connect` không có bước cài nào để hỏng trên máy học viên.
4
+ require('./dist/cli.js')