重构 CLI 代码,删除不必要的命令和文件,更新路由配置,优化构建设置

This commit is contained in:
xiongxiao
2026-03-26 21:30:42 +08:00
committed by cnb
parent 4e2ae49372
commit 33459259ad
19 changed files with 28 additions and 938 deletions

View File

@@ -1,5 +1,4 @@
import { buildWithBun } from '@kevisual/code-builder';
await buildWithBun({ naming: 'envision', entry: 'src/oldindex.ts',});
await buildWithBun({ naming: 'cli', entry: 'src/cli.ts' });