lowscarlet
HOBBYOP
7 months ago
Hi, I have a project where the source code is divided into frontend and backend folders inside a single repository. I recently added a new shared folder for validation logic using Zod, so that both frontend and backend can reuse the same validation schemas. It works fine locally, but will this setup also work properly when deployed on Railway? Are there any specific configurations I need to be aware of to ensure the shared folder is correctly used by both the frontend and backend during deployment and how?