-1
.dockerignore
-1
.dockerignore
+3
-2
apps/hosting-service/src/lib/utils.ts
+3
-2
apps/hosting-service/src/lib/utils.ts
···
252
});
253
}
254
} else {
255
+
// If not in map yet, preserve the subfs node for next recursion depth
256
+
console.log(`[Depth ${depth}] Subfs at ${fullPath} not yet fetched, preserving for next iteration`);
257
+
result.push(entry);
258
}
259
} else if ('type' in node && node.type === 'directory' && 'entries' in node) {
260
// Recursively process subdirectories
+2
-2
packages/@wisp/fs-utils/src/tree.ts
+2
-2
packages/@wisp/fs-utils/src/tree.ts