Open philliphartin opened 1 year ago
Same issue here, can confirm. Nuxt3 app is not working when initialized using bun as soon as @nuxtjs/supabase
has been added.
I've had this issue a few days ago, but today it is working after updating both my packages and bun. Can you confirm ?
And today it's not working.
Same issue here, has anyone gotten this to work?
Same
Same issue.
same issue
Bun Runtime
Bun has finally released v1.0 and has provided a simple guide to Build an app with Nuxt and Bun.
To use the Bun runtime rather than the node.js runtime, we use the following command:
bun --bun run dev
Unfortunately,
@nuxtjs/supabase
does not appear to work when using the Bun runtime, receiving the following errorReproduction Repo
I have created an example repo with a standard base install of a new Nuxt app with this package installed. Repo here: https://github.com/pjhartin/my-nuxt-app-with-supabase-and-bun Just run
bun install && bun --bun run dev
to get started.Contributing
I'm unsure how to best contribute to this, but I'm willing to help, so please reach out if you want to pair on this. Thanks.