mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
feat: 完成stub
This commit is contained in:
5
src/server/lockfile.ts
Normal file
5
src/server/lockfile.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const writeServerLock: any = (() => {}) as any;
|
||||
export const removeServerLock: any = (() => {}) as any;
|
||||
export const probeRunningServer: any = (() => {}) as any;
|
||||
Reference in New Issue
Block a user