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
Bun's latest version does have file I/O, but the api uses a global Bun object which I can't seem to access from a server endpoint using the adapter. Thought maybe the adapter would have to be updated if the bun dependency is. https://bun.sh/docs/api/file-io
Thought maybe I could try import Bun from 'bun' (after installing bun) I get:
Internal server error: Failed to resolve entry for package "bun".
The text was updated successfully, but these errors were encountered:
Bun's latest version does have file I/O, but the api uses a global
Bun
object which I can't seem to access from a server endpoint using the adapter. Thought maybe the adapter would have to be updated if the bun dependency is.https://bun.sh/docs/api/file-io
Thought maybe I could try
import Bun from 'bun'
(after installingbun
) I get:The text was updated successfully, but these errors were encountered: