chore: 添加 commander 模块及相关命令行工具功能
This commit is contained in:
@@ -14,3 +14,5 @@ await buildWithBun({ naming: 'router-simple', entry: 'src/router-simple.ts', dts
|
||||
await buildWithBun({ naming: 'opencode', entry: 'src/opencode.ts', dts: true, external });
|
||||
|
||||
await buildWithBun({ naming: 'ws', entry: 'src/ws.ts', dts: true, external });
|
||||
|
||||
await buildWithBun({ naming: 'commander', entry: 'src/commander.ts', dts: true, external });
|
||||
|
||||
Reference in New Issue
Block a user