refactor: nodecar cleanup

This commit is contained in:
zhom
2025-08-01 00:58:15 +04:00
parent f4c33ad96e
commit da7f791274
10 changed files with 52 additions and 85 deletions
+1 -2
View File
@@ -110,8 +110,7 @@ export interface CamoufoxConfig {
export interface CamoufoxLaunchResult {
id: string;
port?: number;
wsEndpoint?: string;
processId?: number;
profilePath?: string;
url?: string;
}