mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -8,6 +8,8 @@ export interface ServerLockInfo {
|
||||
startedAt: number
|
||||
}
|
||||
|
||||
export const writeServerLock: (info: ServerLockInfo) => Promise<void> = (async () => {});
|
||||
export const removeServerLock: () => Promise<void> = (async () => {});
|
||||
export const probeRunningServer: () => Promise<ServerLockInfo | null> = (async () => null);
|
||||
export const writeServerLock: (info: ServerLockInfo) => Promise<void> =
|
||||
async () => {}
|
||||
export const removeServerLock: () => Promise<void> = async () => {}
|
||||
export const probeRunningServer: () => Promise<ServerLockInfo | null> =
|
||||
async () => null
|
||||
|
||||
Reference in New Issue
Block a user