lockfile.ts 240 B

12345
  1. // Auto-generated stub — replace with real implementation
  2. export {};
  3. export const writeServerLock: any = (() => {}) as any;
  4. export const removeServerLock: any = (() => {}) as any;
  5. export const probeRunningServer: any = (() => {}) as any;