dougv
dougv
SSolidJS
Created by dougv on 4/6/2025 in #support
Track down server dependencies in client
I finally figured this out. I was importing types from a module that was initializing my database at top level (side effect) and when I switched my project to use zod those "types" became values. Thanks for talking this through with me @Madaxen86
6 replies
SSolidJS
Created by dougv on 4/6/2025 in #support
Track down server dependencies in client
Exporting queries from pages or component files
What do you mean by "pages or component files"? Would a component file be any file that also exports any functions used as JSX elements?
6 replies