SSR issue
When I use
How to do I make them both run on the server side only?
npm run dev the script is run on the server side. But when I use it in docker (production), the script is run on the client side. How to do I make them both run on the server side only?