SolidAuthConfig type error

How can I load external .js script on specific route?
how to add function call into JSX
Render HTML from string
@html directive: https://svelte.dev/tutorial/html-tags. However, I don't see a similarly straightforward way to accomplish this in SolidJS. Am I missing something?
Thanks!...how to throttle effects
solid start typescript 4.9/5 satisfies operator
Expected ";" but found "satisfies"' on build
Just did on fresh npm init solid@latest ...Index block does not notice change in a store
how do I tell FileRoutes to look for a folder other than `routes`?
<FileRoutes/> configured with different routes folders and then on request look at the domain and use the associated <FileRoutes/> for that domain...Explicit Routing (opt out of file based)
Adding eventListener in an onMount shows error in console
refetch not changing the signal of the createResource
Stuck in 'rendering index.html' in solid-start build

Handle union type in store
type Post = NewPost | DeletedPost; in a store.
https://playground.solidjs.com/anonymous/7210c31b-5730-4e51-b875-3d8e2f36af4c...Passing For Id between InputGroup and Input using children
Are there any guarantees on the order of createMemo / createComputed execution when siblings?
createMemo with `equals: false` not reactive when mutating reference
DOMMatrix with each calculation, so I thought to mutate 1 with createMemo(() => ..., {equals: false}), assuming it would trigger all subscriptions even when returning the same value (in this case the mutated DOMMatrix), but it doesn't as you can see: https://playground.solidjs.com/anonymous/1a137694-7267-439b-a7d3-8164a541e800
Anybody an idea how to approach this?...How to have an effect that does not subscribe to the signal's values?

multiple sites
assets folder between the different sites?
I'm reverse proxying through nginx in my setup...createResource mutations / page state