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