重构 CLI 代码,删除不必要的命令和文件,更新路由配置,优化构建设置
This commit is contained in:
@@ -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' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user