Leaking imports?
I was looking into my client buble and I saw some server related stuff. Ai told me the following:
Is this true?
Do I need to do all imports inside the server functions? Also same for server.handlers? do I need to use dynamic imports inside server function / handlers?
Is this true?
Do I need to do all imports inside the server functions? Also same for server.handlers? do I need to use dynamic imports inside server function / handlers?