Files
claude-code/src/self-hosted-runner/main.ts
2026-05-01 21:39:30 +08:00

5 lines
167 B
TypeScript

// Auto-generated stub — replace with real implementation
export {}
export const selfHostedRunnerMain: (args: string[]) => Promise<void> = () =>
Promise.resolve()