Skip to content

Commit 0e26392

Browse files
committed
fix dist
1 parent 2fbe0d5 commit 0e26392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ await Bun.build({
2525

2626
for (const file of [
2727
...(await glob("*.tsx")),
28-
...(await glob("router/*.{ts,tsx}")),
28+
...(await glob("router/**/*.{ts,tsx}")),
2929
"LICENSE",
3030
"README.md",
3131
]) {

0 commit comments

Comments
 (0)