#Bun index.html does nothing
1 messages · Page 1 of 1 (latest)
same situation, I had to rely on Bun.serve() instead of the cli
1 messages · Page 1 of 1 (latest)
I'm trying Bun for the first time and want to create a single-page app. Right now, I'm running bun index.html, but nothing happens—no errors or anything—it just quits instantly.
I have tried uninstalling and reinstalling bun, using the --inspect flag, and other html files to no success.
same situation, I had to rely on Bun.serve() instead of the cli