Muhammad Amin Saffari Taheri
Muhammad Amin Saffari Taheri
I looked around for the `nodeDebug.js` file used in the pull request but didn't find it. Is it in a different extension than [here](https://github.com/microsoft/vscode-js-debug)? I also checked using all the...
OK then, I guess I'll keep an eye out for that issue. Thanks!
I can confirm this too. I'm on linux and when I try to run the app I get this error: `/home/mast/.nuget/packages/buildwebcompiler2022/1.14.8/build/BuildWebCompiler2022.targets(12,9): error : An error occurred trying to start process...
> This appears to have broken when I upgraded the nuget package; the working version was using the last version of Mads’ extension from nuget; I don’t have a Linux...
> If we want to add server functions via use server, you should use @vinxi/server-functions which is an ootb way to add use server support in any Vinxi app Got...
Added `@vinxi/server-functions` as Nikhil suggested.
> So, I spent some time with @nksaraf and adapted this example into an SSR w/ streaming example. I just committed that example into the repo as `vinxi-basic-ssr-streaming`. > >...
So the one I had also had SSR. I added a client only with server functions as well. So now we have these: - Client only with server function ->...
I'm still facing this problem. If I redirect the context becomes undefined. I'm on router version `^1.31.19`.
This is one of the few frictions I feel writing drizzle. Would love to see this merged 😍