You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use 'deno docs', which generates documentation in a directory about my library. Basically, it's some small generated web app with readable type information. This is an example of the structure.
When I run this with 'bun index.html' or 'bun /**/*.html' I get this error:
What is the expected behavior?
The expected behaviour is when I run 'bunx http-server':
Now the app renders fine.
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.2.5+013fdddc6
What platform is your computer?
Darwin 23.6.0 x86_64 i386
What steps can reproduce the bug?
I use 'deno docs', which generates documentation in a directory about my library. Basically, it's some small generated web app with readable type information. This is an example of the structure.
When I run this with 'bun index.html' or 'bun /**/*.html' I get this error:
What is the expected behavior?
The expected behaviour is when I run 'bunx http-server':
Now the app renders fine.
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: