Skip to content

Commit 703dd99

Browse files
committed
chore: wip
1 parent 12c65ed commit 703dd99

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bun.lockb

2.97 KB
Binary file not shown.

storage/framework/core/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { exists, glob } from '@stacksjs/storage'
44

55
// import { $ } from 'bun'
66

7-
const dirs = await glob(p.resolve('./', '*'), { onlyDirectories: true })
7+
const dirs = await glob([p.resolve('./', '*')], { onlyDirectories: true, absolute: true })
88
dirs.sort((a, b) => a.localeCompare(b))
99

1010
const startTime = Date.now()

0 commit comments

Comments
 (0)