Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 404 navigate to folder #18

Merged
merged 1 commit into from
Dec 25, 2023
Merged

fix: 404 navigate to folder #18

merged 1 commit into from
Dec 25, 2023

Conversation

bogeychan
Copy link
Collaborator

Closes #17


I'm not sure how you wanna handle this case:

elysia-static/src/index.ts

Lines 119 to 122 in 4032231

if (
alwaysStatic ||
(process.env.ENV === 'production' && files.length <= staticLimit)
)

@SaltyAom SaltyAom merged commit ea7b3e9 into elysiajs:main Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Navigate to folder public/ throws File must be regular or FIFO error
2 participants