Closed jonaspm closed 2 months ago
Does this only happen in Bun? If so, it should probably be reported to Bun.
Does this only happen in Bun? If so, it should probably be reported to Bun.
Yes, I tested with Node v20.17.0 and it works.
Thanks. In that case you can report this issue to Bun then as we don't have explicit support for Bun, but Bun is documented to have full node compatibility, so this could be a node compatibility issue on their end.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
NA
Describe the Bug
Error displayed:
I am using Bun v1.1.27 (not Node) over Windows 11 x64. hybrid and server output does not work.
bun run
build worksbun run preview
does not workbunx astro preview
does not workWhat's the expected result?
App build should be started normally.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/withastro-astro-cm97e8
Participation