Hello,
I have been trying to share files between my node project and angular project but it never work.
it either the files is not in my rootDir error, or it puts all the files in wrong folders, or cant find my files.
The image is how i want my folder structure to look like. The question is it possible to make it like that?
Deploy folder is the production version.
I want the folder Shared to be able to work on my fontend and backend since im using Typescript on both and i don't want to do two files with the same content.
I hope you understand what i mean 🙂