Safari solid crash
Astro + resolvePackageJsonExports: false
lucide-solid for icons.
Astro was giving me grief about that lucide-solid import saying:
```
Could not find a declaration file for module 'lucide-solid'. '/Users/anthony/project/node_modules/.pnpm/lucide-solid@0.274.0_solid-js@1.7.11/node_modules/lucide-solid/dist/esm/lucide-solid.js' implicitly has an 'any' type....Navigation in SolidStart app always fully reloads the page (i want a SPA!)
ssr set to false in my vite.config.js.
My app is running in Tauri... could be something specific to it I suppose....Update searchParams with useNavigate
queryValue
here is a simplified version of my code
```jsx...set response header from within `createServerData$()` callback
createServerData$()?
useRequest().responseHeaders is undefined (despite typescript saying it's always a Headers object)
this evaluates to a different PageEvent that is also missing the responseHeaders property
I've tried setting the .responseHeaders property with the headers I want myself on both but neither worked
...Can Solid Start export a build folder that would be compatible with Capacitor?
how to rerender component, when access store prop on component level?
Detect which dependency changed when using "on" utility with createEffect
Typing custom hooks
How to parse solid code to ast
Solid Router with useParams, createResource and two params
Is it possible to subscribe to particular properties in a object wrapped by a store?
Creating Package - Need Bundling Help
tsup using https://github.com/solidjs-community/solid-lib-starter as a starting point, but some of the libraries have a dynamic require that errors in the browser. ...How to write an effect that depends on a store property?
Troubles Deploying to AWS EC2

Client renders in dev mode, but not once built
npm run dev it works fine and I can build and debug as expected. When I use npm run build then npm run start, the client does not render my index.tsx page, but the server does indeed work as expected. I am not using any ssr in my vite plugin config.
Not sure what's going on as most of it is as generated by the solid start template, and seems to match the docs. I'm assuming it's not an issue with the file structure as it works fine in dev mode, and remains unchanged from the template.
package.json important parts...Good practices in SolidJS
Variable initialized in `onMount` becomes `undefined`
Cannot build on server
vite build "-v"...

