We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbe0d5 commit 0e26392Copy full SHA for 0e26392
scripts/dist.ts
@@ -25,7 +25,7 @@ await Bun.build({
25
26
for (const file of [
27
...(await glob("*.tsx")),
28
- ...(await glob("router/*.{ts,tsx}")),
+ ...(await glob("router/**/*.{ts,tsx}")),
29
"LICENSE",
30
"README.md",
31
]) {
0 commit comments