mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
claude-code with OpenAI mode fix
This commit is contained in:
3
src/daemon/main.ts
Normal file
3
src/daemon/main.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const daemonMain: (args: string[]) => Promise<void> = () => Promise.resolve();
|
||||
3
src/daemon/workerRegistry.ts
Normal file
3
src/daemon/workerRegistry.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const runDaemonWorker: (workerId: string) => Promise<void> = () => Promise.resolve();
|
||||
Reference in New Issue
Block a user