Carlos Duran
Carlos Duran
Hello @yusukebe, I have the same doubt. What I understand from your answer is that the Node.js starter template (with tsx in the start script) can be used for production...
@sdevogel are you calling `await fetch()` from useUserSession() in the client after you replaced the session in the server?
Thank you so much @phillycheeze you inspired me to do it in Bun as well. ```ts // bun generate-nuxt-ui-docs.ts const res = await fetch("https://ui.nuxt.com/llms-full.txt"); const txt = await res.text(); let...
It looks like the issue is not fixed yet.
3.1.0 broke the typings of all my tables where I use row.original because inside the template it shows `Row`. I hope this can be fixed soon. Thanks
1.2.10 still broken. I tried to use the bunfig file at the root of a Bun workspace and run from a package directory. I hope this issue is addressed soon.
It doesn't work even in the same machine using the Network, it's because local dev env is not secure.