feat: 完成stub

This commit is contained in:
claude-code-best
2026-03-31 20:40:16 +08:00
parent c26d614fb2
commit bd756cc369
905 changed files with 3996 additions and 375 deletions

View File

@@ -0,0 +1,3 @@
// Auto-generated stub — replace with real implementation
export {};
export const DangerousBackend: any = (() => {}) as any;

View File

@@ -0,0 +1,3 @@
// Auto-generated stub — replace with real implementation
export {};
export const runConnectHeadless: any = (() => {}) as any;

5
src/server/lockfile.ts Normal file
View 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;

View File

@@ -0,0 +1,3 @@
// Auto-generated stub — replace with real implementation
export {};
export const parseConnectUrl: any = (() => {}) as any;

3
src/server/server.ts Normal file
View File

@@ -0,0 +1,3 @@
// Auto-generated stub — replace with real implementation
export {};
export const startServer: any = (() => {}) as any;

View File

@@ -0,0 +1,3 @@
// Auto-generated stub — replace with real implementation
export {};
export const printBanner: any = (() => {}) as any;

3
src/server/serverLog.ts Normal file
View File

@@ -0,0 +1,3 @@
// Auto-generated stub — replace with real implementation
export {};
export const createServerLogger: any = (() => {}) as any;

View File

@@ -0,0 +1,3 @@
// Auto-generated stub — replace with real implementation
export {};
export const SessionManager: any = (() => {}) as any;