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
When building with NodeJS (having it installed and erasing the -b flag), it works.
But this way, I cannot use the Bun APIs at build / SSG time and I cannot build it in one go via my Bun monorepo.
The text was updated successfully, but these errors were encountered:
Which component is affected?
Qwik Optimizer (rust)
Describe the bug
I want to build with bun.
When I run
bun -b build
orbun -b preview
, it builds fine, but I get an error when running the built app.Reproduction
https://qwik.dev/docs/getting-started/#create-an-app-using-the-cli
Steps to reproduce
bun create qwik@latest
bun -b preview
System Info
Additional Information
When building with NodeJS (having it installed and erasing the
-b
flag), it works.But this way, I cannot use the Bun APIs at build / SSG time and I cannot build it in one go via my Bun monorepo.
The text was updated successfully, but these errors were encountered: