Vite keeps loading the packages first before @solidjs/router
use-hooks must be called within Routerhook
Problems to acess objects inside an array
Handling <input>
<input onInput={e => setUserName(e.target.value)} value={userName()} />
Or should I use a ref instead and read the field value when it is needed?...Solid/reactivity lint rule complains about async custom event handlers
Fetch on SSR is missing Cookie on request header
how to manage global signals interacting with other global signals properly?
Action triggering revalidation without cookie
Pre rendering
Suspense and dealing with large data
Jetbrains IntelliSense doesn't work

SolidJS + Typescript
Using solid js in a chrome extension to spawn button
can I handle a group of useSubmisson?
Server Side Rendering
useContext(someContext) returns undefined if the component is inside fallback prop for <Show ... />
BUG?: clientOnly inside Suspense boundary is not shown

Is this a correct implementation? :)
pnpm and ffmpeg-static
ffmpeg-static and fluent-ffmpeg to do audio conversion with the SolidStart framework. When building my application with vinxi build, it seem to copy my root node_modules inside .output/server/node_modules, with everything, excepted the ffmpeg binary that I downloaded through the pnpm install command.
Is there any workaround in order to get the ffmpeg copoied into it ? Or to get the actual path of ffmpeg binary ? Because the relative path I get from the ffmpeg-static module once ran contains the .output/server part, which is false.
I could just remove that section from the path, but it looks like a dirty hack to get around this issue.
Any thoughts ?...