feat: 添加工作空间保持存活功能,更新相关依赖和配置
This commit is contained in:
@@ -20,4 +20,5 @@ const buildFn = async (opts: { entry?: string, naming?: string }) => {
|
||||
};
|
||||
|
||||
await buildFn({ naming: 'opencode', entry: 'agent/opencode.ts' });
|
||||
await buildFn({ naming: 'keep', entry: 'src/keep.ts' });
|
||||
await buildFn({ naming: 'keep', entry: 'src/keep.ts' });
|
||||
await buildFn({ naming: 'routes', entry: 'agent/index.ts' });
|
||||
Reference in New Issue
Block a user