Axolotl
Explore posts from serversCan I make a library package in solid-start
Hi, how can I create a library package in solid-start, like svelte-kit has package option while setup. is there any option like that in solid-start or any other ways?
if I build in solid-start it outputs .vinxi and .output instead of dist.
I'm really stuck now, any help is appreciated :)
ps: I created using solid-lib-starter, but I wonder if theres any way with solid-start itself.
thank you.
1 replies
FIXED: fetch error on route load function
calling
getUser
function inside load function is causing fetch error.
but this same endpoint(ApiEndpoints.user.auth.WHO_AM_I) works outside this load function, so I dont think its server error.
also it prefetch data on link hover, so server works, I dont get whats the issue inside function.11 replies