real life totally configurabl ai subasians
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-24 21:20:43 -04:00
parent 0caf100598
commit 0de957a2f0
22 changed files with 729 additions and 122 deletions
+2 -1
View File
@@ -49,10 +49,11 @@ export namespace Filesystem {
const glob = new Bun.Glob(pattern)
for await (const match of glob.scan({
cwd: current,
absolute: true,
onlyFiles: true,
dot: true,
})) {
result.push(join(current, match))
result.push(match)
}
} catch {
// Skip invalid glob patterns