更新 bun.config.ts 中 CLI 入口文件路径,升级依赖版本
This commit is contained in:
@@ -4,4 +4,4 @@ await buildWithBun({ naming: 'keep', entry: 'src/keep.ts', dts: true, target: 'n
|
||||
await buildWithBun({ naming: 'routes', entry: 'agent/index.ts', dts: true });
|
||||
|
||||
await buildWithBun({ naming: 'npc', entry: 'agent/npc.ts', dts: true });
|
||||
await buildWithBun({ naming: 'cli', entry: 'agent/commander.ts', dts: true, target: 'node' });
|
||||
await buildWithBun({ naming: 'cli', entry: 'agent/cli.ts', dts: true, target: 'node' });
|
||||
Reference in New Issue
Block a user