feat: 重构CNB管理模块,添加清理记录功能,更新中间件为统一认证方式,优化工作空间相关路由
This commit is contained in:
4
agent/commander.ts
Normal file
4
agent/commander.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { app } from './index.ts';
|
||||
import { parse } from '@kevisual/router/src/commander.ts';
|
||||
|
||||
parse({ app: app as any, description: 'CNB控制台命令行工具', parse: true })
|
||||
Reference in New Issue
Block a user